Hi all,
I am confused with in-app billing.
I published an app in production state which contains in-app billing.
On a tablet I have several google accounts:
[email protected]
[email protected]
[email protected]
With account [email protected] I purchased my own app (not in alpha or beta test but in published production state).
Now I created a new google account: [email protected]. In the Play Store app in the menu I choosed my new account [email protected]. Then I deinstalled my app and then reinstalled it from Play Store.
With manager.GetOwnedProducts I test if the app is already purchased.
In Sub manager_OwnedProducts (Success As Boolean, purchases As Map) the result is: Yes, already purchased!!!
How could that be? Purchased with [email protected]. But with the new account [email protected] is also purchased.
Is there a possibility to get the current logged in account from B4A? I'm not really sure that is [email protected].
What is my mistake?
Lutz
I am confused with in-app billing.
I published an app in production state which contains in-app billing.
On a tablet I have several google accounts:
[email protected]
[email protected]
[email protected]
With account [email protected] I purchased my own app (not in alpha or beta test but in published production state).
Now I created a new google account: [email protected]. In the Play Store app in the menu I choosed my new account [email protected]. Then I deinstalled my app and then reinstalled it from Play Store.
With manager.GetOwnedProducts I test if the app is already purchased.
In Sub manager_OwnedProducts (Success As Boolean, purchases As Map) the result is: Yes, already purchased!!!
How could that be? Purchased with [email protected]. But with the new account [email protected] is also purchased.
Is there a possibility to get the current logged in account from B4A? I'm not really sure that is [email protected].
What is my mistake?
Lutz