tags:

views:

26

answers:

1

I've seen apps the shows a dialog box when a new version of the app is available.

How does it do that?

A: 

Using Push Notifications.

withakay
I want it to show up when the user opens the new version of the app for the first time. is that possible with push notifications?
Sam
I do not really understand, your questions seem contradictory.If you want to be able to send messages to users when a new version is available then use push notifications, if you want to display something the first time a user opens your app then just store some thing unique to that version of the app using NSUserDefaults and check against it when you app launches.
withakay