Auto cancel time of Auto-renewable subscription, Xcode testing

I'm testing auto renewable subscription, specifically using Xcode testing (not sandbox). It seems that subscriptions are automatically cancelled after some time. I haven't found any documentation on how long time this is, so does anyone know?

Thanks but it seems you just linked to sandbox settings when I'm looking for settings and/or information regarding the subscription times when using subscription testing in code.

It seems that subscriptions are automatically cancelled after some time. I haven't found any documenta

Testing in-app purchases with StoreKit transaction manager in Xcode describes how to configure and test in-app purchases in the local test environment.

I haven't found any documentation on how long time this is, so does anyone know?

The Subscription Renewal Rate pop-up setting enable to change the rate at which time passes for subscriptions in the test environment compared to real time. To view or change the current setting used by your auto-renewable subscriptions:

  1. Select your StoreKit configuration file in the Project navigator.
  2. Choose Xcode > Editor.
  3. In the menu that appears, select Subscription Renewal Rate. Xcode displays the current renewal rate and all other available settings.
  4. Select a different value from the menu to change the current renewal rate.

For more information, see Change settings and initiate test conditions.

Auto cancel time of Auto-renewable subscription, Xcode testing
 
 
Q