Closed yaronlevi closed 4 years ago
Hi! This is normal, it's always shown when you're in sandbox. Once your app is in production, you'll see the regular prompt. This is strictly iOS-specific and not related to RevenueCat. When in Sandbox, you also don't get the chance to use TouchID or FaceID to authorize the purchase, which you do with the production version of this prompt.
for more info, check out our iOS purchase testing guide:
It mentions this behavior:
Unfortunately, the production sandbox purchase process does not mimic the App Store purchase flow, which makes it confusing for beta testers. (Apple briefly enabled an App Store-like payment flow but quickly reverted it. Here’s hoping it comes back someday!)
As for whether you can modify any aspects of the prompt, I'm afraid not. It's managed exclusively by iOS, and not accessible to apps. I believe this is for security purposes, so that apps can't abuse the UI to trick users into purchasing. It also makes the UI standard and the pricing and terms clear and easy to read.
I'm closing this issue since there's not much to do here, but feel free to contact us with any other questions!
Thank you for the detailed answer!
Hi (-:
I hope you are well at these times.
We have completed the integration of the RN SDK. To test the flow "end to end", we've created and an in-app purchase sandbox account (as described in the docs).
We start the flow by calling the code:
After calling the code above, a popup is shown to enter the email and password for an account. I then entered the email and password of the sandbox account. Now the following popup is shown:
This is a generic system popup and is quite different from the popups I've seen in other apps. For example, in the Medium app:
I've seen this exact popup in other iOS apps.
My question is how can I make it so that RevenueCat SDK will show this popup and not the simple one? Is the simple popup shown because I am using a sandbox account? Can I control some aspects of this popup via the SDK?