Hi everyone, I’m having a problem with RevenueCat on my application, it’s giving me this error:
And on my Application it works in the Xcode environment how can I solve this problem thank you! :
Hi everyone, I’m having a problem with RevenueCat on my application, it’s giving me this error:
And on my Application it works in the Xcode environment how can I solve this problem thank you! :
The first screenshot, when are you seeing that error? You downloaded the app from the App Store?
Yes, that’s it in the TestFlight. Apple refused my application because of this problem.
Without seeing the code I’m not sure
RevenueCat has a debug screen, you could try to show that to see what the problem might be
But first thing to check is that you’re properly fetching the entitlements and offers
This doesn’t show the code where you actually purchased the product
And code where you show the paywall, from an offer
Everything looks to be set up correctly
it’s possible that it’s the Xcode environment and I need to change it to SandBox ?
No you shouldn’t need to
The Xcode environment should have a .storekit
config file though for testing with
The sandbox environment is what runs when you’re in test flight or I think also when running on device (not connected to the debugger)
OK, thank you very much, I’ll have another look at why it’s not working.