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,
I would like to solve a issue, where if the transaction successful on the App level and did not update in the backend(issues like server down, internet etc...) I trigger the finishTransaction() only after the transaction gets updated in backend.
But when I reopen the app, sometimes i am getting update event from purchaseUpdatedListener() but sometimes not.
So I tried with the getPendingPurchasesIOS, this is also not working properly.
Any other ways to check this? or Am i missing something?
Is there any things which needs to consider while using these methods ?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to solve a issue, where if the transaction successful on the App level and did not update in the backend(issues like server down, internet etc...) I trigger the finishTransaction() only after the transaction gets updated in backend.
But when I reopen the app, sometimes i am getting update event from purchaseUpdatedListener() but sometimes not.
So I tried with the getPendingPurchasesIOS, this is also not working properly.
Any other ways to check this? or Am i missing something?
Is there any things which needs to consider while using these methods ?
The text was updated successfully, but these errors were encountered: