Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS HockeyApp always popup update alertview

Tags:

ios

hockeyapp

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

like image 462
ibm123 Avatar asked Dec 04 '22 04:12

ibm123


1 Answers

The pop up will not come in the live version.

But to be on the safer side i would recommend you to use this sample code below

[[BITHockeyManager sharedHockeyManager] setDisableUpdateManager: YES];

This will disable the pop up in the app

like image 123
Jobins John Avatar answered Dec 24 '22 16:12

Jobins John