Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 679
vondip Avatar asked Feb 20 '17 18:02

vondip


People also ask

How do free trials work on Iphone?

Apple recently highlighted in its App Store a selection of apps that offered free trial subscriptions. For a set period of time, you could use the app, free of charge, before being charged the monthly or yearly subscription. It's a convenient way to try apps and then decide if they're worth paying for.

How do app free trials work?

Many services offer a 2-week free trial where users have 2 weeks to explore the service before being billed. To gain access to a free trial users need to input a valid credit card or PayPal account. The card/PayPal account isn't billed until the end of the 2-week free trial period.

How do I add a free trial to the app store?

On App Store Connect, go to My Apps and select the app to which you want to add an introductory price. Then, go to Features ▸ In-App Purchases and select the correct auto-renewable subscription. Then, press the + next to Subscription Prices and select Set Up Introductory Price.


1 Answers

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?

like image 190
Todor K. Avatar answered Oct 09 '22 02:10

Todor K.