Device A
- Logged in Google play account (Aplaystoreaccount@gmail.com)
- Logged in APP ID (Aappid@gmail.com)
Device B
- Logged in Google play account (Bplaystoreaccount@gmail.com)
- Logged in APP ID (Aappid@gmail.com)
I saw this "await Purchases.syncPurchases();" on the docs and I used it after the subscription renewed, but this method just worked with Device A, I call this method with Device A this it gets the purchase info on google play and then renewing the subscription on Revenuecat.
When i call this method "await Purchases.syncPurchases();" with Device B nothing happened, because the entitlement is not active.
Why Device A worked perfect but Device B not worked this method "await Purchases.syncPurchases();"?