Quote:
Originally Posted by nobre84
If there is no data entry involved, you could just keep an update SQLite file on your server and download it when you see any changes pending...
|
I would try to KISS; you could have a page pulling in a XML/RSS feed of your latest in app-store purchases and store this in either a SQLite database or some other kind of file and you can simply display this as needed on a view -- obviousily you need to make it clear that the customer needs to be online to make in-app store purchases (I don't know how you check this, but you would need to do this).