How to confirm that two subscriptions are from the same user? #2903
Unanswered
caoyongfeng0214
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
-
On iOS, each subscription has the same originalTransactionIdentifierIOS, which can be used to confirm whether it comes from the same user.
However, there is no similar identifier in the purchaseHistory and currentPurchase objects in Android.
Can purchaseToken be used to make this judgment?
If a user subscribes to "Subscription A" (paid monthly), and it automatically renews after one month, is the purchaseToken used during renewal the same as the previous purchaseToken?
If a user subscribes to "Subscription A" (paid monthly), and one month later he wants to change to "Subscription B" (paid annually), is the purchaseToken used during subscription to "Subscription B" the same as the previous purchaseToken?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions