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
When I use the InAppPurchase.instance.makePurchase(productId) buy a google play item, and do not use InAppPurchase.instance.removePurchaseFromQueue(productId, receipt) to consume it.
I can use InAppPurchase.instance.restoreTransactions() query purchase records.
But here's a mistake that the google play purchase records can't be query after a while use the InAppPurchase.instance.restoreTransactions().
I'm using the Google developer account test.
The text was updated successfully, but these errors were encountered:
pengyangjin
changed the title
The google play purchase records can't be found after a while use the
The google play purchase records can't be found after a while use the InAppPurchase.instance.restoreTransactions
Jul 13, 2021
pengyangjin
changed the title
The google play purchase records can't be found after a while use the InAppPurchase.instance.restoreTransactions
The google play purchase records can't be query after a while use the InAppPurchase.instance.restoreTransactions
Jul 13, 2021
When I use the InAppPurchase.instance.makePurchase(productId) buy a google play item, and do not use InAppPurchase.instance.removePurchaseFromQueue(productId, receipt) to consume it.
I can use InAppPurchase.instance.restoreTransactions() query purchase records.
But here's a mistake that the google play purchase records can't be query after a while use the InAppPurchase.instance.restoreTransactions().
I'm using the Google developer account test.
The text was updated successfully, but these errors were encountered: