Question

How long before RevenueCat updates Products?

  • 28 December 2021
  • 1 reply
  • 100 views

Badge +4

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!


1 reply

Userlevel 3
Badge +8

Hi @daddy-o,

Are you still experiencing this? Deleted products should be removed from any existing entitlements and offerings, so the offering shouldn’t include them anymore. However, it could be caching on the device causing this.

Have you tried invalidating the cache and then fetching the offering to see if it still produces this issue? Or deleting the app and reinstalling and seeing what you get? 

Reply