In-App Purchase option missing in App Store version only

I just released an app to the App Store, and one of the in-app purchase options is missing. If I reinstall the TestFlight version, the option is available. If I then reinstall the App Store version, it's missing. All the other options are available and working just fine.

This is how I surface them, and I've checked that all the product ids match (if they didn't they wouldn't show up in the TestFlight build).

StoreView(ids: myProductIds)
  .productViewStyle(.compact)
  .storeButton(.visible, for: .restorePurchases)

Any idea why one of the options wouldn't show up?

Answered by Vlaminck in 789168022

It eventually resolved itself. Not sure why only one of them did that, nor why they all worked in TestFlight for several days before publishing to the App Store, but 🤷‍♂️

Accepted Answer

It eventually resolved itself. Not sure why only one of them did that, nor why they all worked in TestFlight for several days before publishing to the App Store, but 🤷‍♂️

In-App Purchase option missing in App Store version only
 
 
Q