auto-renew subscription on introductory offers and offer code

We would like to provide auto-renew subscription in our app and we have these questions:

  • when provide introductory offers: Free Trial for auto-renewable subscriptions, is user no need to pay if choose to stop the auto-renew during free trial period ?
  • when provide offer codes for auto-renewable subscriptions using presentCodeRedemptionSheet() to let the user enter redeem code
  1. is it ok we put the redeem code in clipboard so that user just need to paste to enter ?
  2. seems the system redeem sheet will emit the resulting transaction as if purchase the corresponding subscription in-app purchase in case user apply the redeem code, am I right ?
  3. seems the system redeem sheet won't show the offer details e.g. discounted price and original price in case the offer is pay up front, so does it means our app should present these details before present the system redeem sheet ?
Answered by rickystone in 798230022

I can't answer the redeem code questions but regarding:

when provide introductory offers: Free Trial for auto-renewable subscriptions, is user no need to pay if choose to stop the auto-renew during free trial period ?

The user only gets charged when the free trial is up so if they cancel during the free trial they will not be charged

Accepted Answer

I can't answer the redeem code questions but regarding:

when provide introductory offers: Free Trial for auto-renewable subscriptions, is user no need to pay if choose to stop the auto-renew during free trial period ?

The user only gets charged when the free trial is up so if they cancel during the free trial they will not be charged

Thanks, I tried cancel the free trial subscription in sandbox and Apple will send subscription EXPIRED notification to our server later.

auto-renew subscription on introductory offers and offer code
 
 
Q