Anna Fortuna
Anna Fortuna

Reputation: 1071

Notifying users of App updates

I updated an app in App store. The problem is App store doesn't notify me of the update. A previous version of that app was installed in my iPad, and I was expecting a notification will be shown regarding the update. I ended up manually searching for the app to update it.

My question is, why isn't it giving me notifications? I assumed that the app store will automatically send notifications about an update, but in our case it didn't happen.

Did I forget to set something while uploading the app? Or should I manually set it while coding?

Upvotes: 0

Views: 309

Answers (1)

Volodymyr B.
Volodymyr B.

Reputation: 3441

You can get app info for example http://itunes.apple.com/lookup?id=422876559 and check version

and then do local notification http://www.developers-life.com/local-notification-sample-code-os-4-0-only.html

Upvotes: 3

Related Questions