[Android] How to handle different email for subscription and the one used to the app? #2826
Unanswered
therealaezel404
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
**### react-native-iap version: **
12.15.1
**### react-native version: **
0.74.2
Hi everyone,
I'm working on a react-native project using react-native-iap, and I've encountered a situation where the email used for a subscription might be different from the registered email in my app.
Here's what I'm trying to figure out:
How should I handle situations where the subscription email and the app's registered email don't match?
What’s the best way to sync the subscription status with the correct user account?
Are there any best practices or recommended approaches for managing this scenario?
Any guides, examples or advice would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions