Menu
  • HOME
  • TAGS

How can I know new and existing ios App customers via Feedback?

ios,feedback,customer-support

When your app starts, check for a particular key in NSUserDefaults, say "installedVersion" - if it doesn't exist write your current version to this key, if it does, simply read the value. Now, when they submit feedback you will know the version they originally installed - unfortunately for those who...