Reputation: 2489
I am familiar with inapppurchase that lets you use additional features of the app.But i have no idea how to give user extra features.I have following queries:
Thanks in advance!!!!!
Upvotes: 0
Views: 70
Reputation: 7895
In most scenarios, the application comes with all of the content needed. In that case, the application simply 'unlocks' the purchased functionality. For applications that deal with application content that can simply be downloaded, this might not be the case (for example, a digital magazine). In your case though, it sounds like including all of the content in the application would be ideal (and the least-complicated way to accomplish your goal).
When the user launches the application, you can use the StoreKit API to determine what items they have access to - and set the application state accordingly. Be sure to read on how to verify store receipts:
Upvotes: 1