Reputation: 14029
I'm developing an iOS app that will include auto renewable subscriptions. I want to dynamically populate an upgrade screen based on the available list of subscriptions. While I can easily pull the price information, title and description I can't seem to successfully pull the free trial information.
Is there any way to retrieve a product's free trial information?
Upvotes: 6
Views: 2616
Reputation: 651
Apparently, it's not possible without your own custom solution. See: StoreKit on iOS - autorenewable subscription - How to know whether it is a free trial or not?
Upvotes: 1