Skip to main content

My app works with the subscription and RevenueCat. However I get an error with the following:

2021-11-03 07:29:01.912 seed2021[68531:4997387] [Purchases] - WARN: 🍎‼️ Invalid Product Identifiers - (
    801,
    901
)

 

Initially when I had configured RevenueCat, I had two additional products added for iOS for the inApp purchase, and the products added to RevenueCat. Over time I decided to remove these (801,901) from iOS and also from RevenueCat. 

However, I get this warning that appears RevnueCat still has these cached somewhere and I don’t know how to remove these to get rid of the error.

Hey @Brian Remington 

You should check if you have those values hard coded anywhere. Also, if you’re using StoreKit configuration files, ensure that those products are removed from the file. 


Hi Tina,

I do not have it hard coded anywhere in my app. The error is from calling Purchases.getofferings

 

I am also not using Storekit config files. My initial thoughts was a file RevenueCat built that the Purchases.getofferings action pulled, and this had the initial products, but is not getting updated from RevenueCat.


The RevenueCat SDK will briefly cache offerings, and re-fetch them on app launch, so it’s failing to fetch those products still. Are you still encountering this error after re-fetching offerings (I’d recommend doing this often, each time you want to display your paywall) and/or a new installation? It might take some time for the cache to be updated.


Reply