In the process of debugging some other issue (separate post), I removed all my Apple products from my app’s configuration in RevCat. However, the app is still loading these products. I expected the app to get a blank result or some exception when calling
await Purchases.getOfferings();
(React Native / Expo app)
Is my expectation wrong here? If not, is there some known delay between when I remove the products and when the apps stop getting these back?
Thank you!