Search code examples
ioshockeyapp

IOS HockeyApp always popup update alertview


I started a trial plan at HockeyApp. From the moment is publish a beta release to everyone the app always show an alert dialog saying "Update Available" "HockeyDemo Version 1.0 (3) is available.

Why does it happen ? and how am i doing wrong ? I want to publish the app to the store but now i'm afraid it will popup this message..

Any inputs ? Thanks


Solution

  • This alert on shows up when distributing a beta build. It will not show up in builds that are distributed via the App Store. All beta specific features are automatically disabled when the app is distributed via the App Store.

    When releasing a build to the App Store I'd recommend to only upload the dSYM to HockeyApp. That is enough for getting symbolicated crash reports.