Solved

Possible bug: Scheduled change in App Store introductory offer shows as current

  • 6 April 2022
  • 2 replies
  • 49 views

Badge +3

I have added a scheduled change in the duration of my introductory offer in App Store. I have change the offer duration from 2 weeks to 1 week, and scheduled the change to happen in two days. But when I test my app, product.introductoryDiscount?.subscriptionPeriod returns 1 week which is the upcoming change and not 2 weeks as expected. When I click to buy the subscription the iOS subscribe page shows 2 weeks trial period. Am I missing something here?

icon

Best answer by Tor 11 April 2022, 08:46

View original

2 replies

Userlevel 5
Badge +10

Hey @Tor 

The information that you’re receiving from the SDK is pulled from the SKProduct directly (provided by Apple). This sounds like a sandbox quirk here where the change is enacting early. Are you able to check your production app to see if you’re seeing the same behavior here?  

Badge +3

This was a sandbox issue. When I released the app it worked perfectly

Reply