Ok, this is a hard one. I have three things:
- An iPhone app
- PHP-mySQL database on a server
- Google App Engine (?)
The iPhone app is working fine storing data in the database.
I'd like to notify some subscribers when the database changes (i.e. someone uploads something).
I assume the app is running, so I just want the view up to date. (Also, is it feasible to send push notifications when is not running?)
I know those are very general questions, but I don't know where to start.