You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
If a user purchased a consumable, and the app crushed after the success.
On restart, how do I "know" that the user did not get what he bought?
Is there a way to get all the consumables that the user purchased, but was not able to consume?
I know that when doing getProductsInfo, we get the products, but also a purchases Array, are these the unconsumed products?
Also, there's the restoreTransactions, will this function return all the unconsumed products?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
If a user purchased a consumable, and the app crushed after the success.
On restart, how do I "know" that the user did not get what he bought?
Is there a way to get all the consumables that the user purchased, but was not able to consume?
I know that when doing
getProductsInfo
, we get the products, but also apurchases
Array, are these the unconsumed products?Also, there's the
restoreTransactions
, will this function return all the unconsumed products?Thanks
The text was updated successfully, but these errors were encountered: