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?