Can Google App Engine be used for "check for updated" and download binary file web service?
- by Tofrizer
Hi,
I'm a Google App Engine newbie and would be grateful for any help. I have an iPhone app which sources data from an sqlite db stored localling on the device.
I'd like to set up a Google App Engine web service which my iPhone client will talk to and check if there is a newer version of the sqlite database it needs to download.
So iPhone client…