Reputation: 75
We are integration IAP in our iOS11 app and want to give new users some start offerings with a long free trial period.
My implementation alternatives are:
or
What is the best thing to do?
Upvotes: 4
Views: 5349
Reputation: 2038
I'm managing an application with InApp Purchase and auto-renewable subscription. As far as I know, InApp Purchase is linked to user AppStore account, and free trial can be consume only once per account.
If you present the same product after a free trial period, the user will resume your auto-renewable subscription and not benefit the free trial again.
So in my mind the first option is the best.
However if you would like to implement the second one, you should know that the new IAP management feature in your product store page allow you to show and hide the subscriptions you want. For more information about this new feature, take a look at the WWDC video : What's New in StoreKit
Upvotes: 2