vondip
vondip

Reputation: 14029

iOS SKProduct How to retrieve free trial information of IAP ?

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

Answers (1)

Todor K.
Todor K.

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

Related Questions