0

I am working on this iPhone app that connects to web services and receives data from a server. Whenever server has new updates, I would like iPhone client to show user that there's new stuff on server, and they can refresh the view.

I know this could be done with push notifications. But would also like this to work out on situation when user turned off push notifications on his iPhone.

Any hints would be greatly appreciated! Thanks! :)

4

1 に答える 1

2

You can only use Push notification for this if you want to inform the user of an update if the app ins't open.

You can of course display a UIAlertview if the app is opened, or just update the view with a nice animation.

于 2011-07-05T09:33:29.657 に答える