12-01-2012 01:28 AM
How do we implement this? for example: I have a "Lite" app that allows user to unlock some "Pro" features using In App Payment.
So what do I need to do? Once the payment succeed, what should I do to keep the Unlocked features stay Unlocked the next time user launch the app?
Thanks
Solved! Go to Solution.
12-01-2012 08:58 AM
I have created a local database that stores what the user has purchased.
This is then loaded when the user loads the app.
12-01-2012 08:36 PM
JeffLemon wrote:
I have created a local database that stores what the user has purchased.
This is then loaded when the user loads the app.
What happens if user figures out where you store it and will modify the database to set purchased options without purchsing? I thought there was an API to query app World for list of purchaased features which you can then use to make decisions what to enable.disable?
12-01-2012 11:52 PM
Applications are sandboxed so that other apps would be unable to modify this data...
12-02-2012 03:13 AM