タグ

ブックマーク / idevrecipes.com (1)

  • iDev Recipes

    This is how we implemented metrics in recent apps I’ve worked on: Right before the app shipped we’d go thru the app and anywhere something interesting happened, we’d add a metric by naming it and inserting a line of code to trigger the metric. Some header file would contain all the metric names. Later after the app shipped we’d need to answer a question like: How many of our users are using a spec

    iDev Recipes
  • 1