6

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?

vondip
  • 13,809
  • 27
  • 100
  • 156

1 Answers1

1

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?

Todor K.
  • 653
  • 6
  • 12