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! :)