A apty Active Member Licensed User Longtime User Apr 28, 2021 #1 Is it possible to get the email of the user who purchased a subscription using the Googleplaybilling library? Please assist on how i can get this information
Is it possible to get the email of the user who purchased a subscription using the Googleplaybilling library? Please assist on how i can get this information
Erel B4X founder Staff member Licensed User Longtime User Apr 29, 2021 #2 The user email is not exposed when the user makes a purchase. You can use FirebaseAuth to let the user sign in before they purchase. With the right permissions, you can get the user email address with: https://www.b4x.com/android/forum/threads/get-devices-google-account.99344/#content Upvote 0
The user email is not exposed when the user makes a purchase. You can use FirebaseAuth to let the user sign in before they purchase. With the right permissions, you can get the user email address with: https://www.b4x.com/android/forum/threads/get-devices-google-account.99344/#content