react-native-in-app-utils
react-native-in-app-utils copied to clipboard
[Question] How purchaseProductForUser really works?
I've implemented the purchaseProductForUser for a monthly subscription, and I'm passing firebase user UID. But when I change the user in app (but keep the same iTunes account on device), which has another UID, I can restore the previous user's purchases.
The purchaseProductForUser and restorePurchasesForUser methos works per iTunes account? Or does passing different UID to the same iTunes account should work properly?
Some one?
The purchaseProductForUser and restorePurchasesForUser methos works per iTunes account?
As far as I know, purchases are linked to iTunes account.
Then what is the purpose of the purchaseProductForUser if using different username will get products from same account without restriction?
@lucianomlima I'm seeing the same issue. restorePurchasesForUser
restores all purchases and not for just the userId given.
@RalfNieuwenhuizen is this still working for you? I can see that you added this feature.