Hi,
We are trying to implement in-app subscription on android and iOS.
On Android it work but on iOS app return the error
PlatformException(23, There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used)
We checked the Apple Store Connect console and it seems all ok:
- RevenueCat Apple config is filled out with all fields
- We use In-app certificate and Apple Store Connect Key as credential
- the subscriptions plan is in “Ready to submit” and “In review” status
- We also have tried with StoreKit cert file for testing on simulator
what is missing?
Thanks