-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize RevenueCat STORE for both iOS & Android in a single Screen #852
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
and how to handle slow test card , Approves after some time case as it goes in the error block
|
Hey @anisurrahman072 ! Thanks for the feedback, I have noted this and we will work on updating the documentation to make this clearer. |
@michaelAtRC can you help me if you how to handle slow test card scenario for google console sandbox environment ? |
Hey @mangal-brovitech , That is usually a case of the sandbox user having a long history of purchases. I recommend testing with a fresh sandbox user and testing this function again. Let me know if that helps! |
Suggesting a way to --> Initialize RevenueCat STORE for both iOS & Android in a single Screen
If you are controlling both Android and iOS paywall screen from a single screen, then initialize RevenueCat STORE like below just before calling product purchase API instead of calling the initialize SDK inside useEffect().
It was not very clear in the documentation that how it could be done very fast.
The text was updated successfully, but these errors were encountered: