Reputation:
From my previous experience with shareit I implemented this purchase/validate process
My question is: Can I provide app store a list of approved license keys that will be distributed automatically to the user after successfull purchase
If not the only solution I can think of is publishing the application on app store as a free application and then redirect user to shareit when app is launched on IPhone so that she can purchase a license key which is known by me
Upvotes: 0
Views: 806
Reputation: 7471
I don't quite get why would you need to distribute license keys to iPhone users. App Store has its own business model which you have to deal with. If you would like to make a 'try & buy' version of your app, you can do so with the In App Purchase
mechanism. It gives you two options:
In App Purchase
mechanism, you can present it as an unlimited lifetime subscription. What I mean by this is that your users can indeed purchase license keys, and it will be up to you and your server to let your mobile app reveal its hidden functionality after the purchase has been registered.Upvotes: 3