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 have used purchaseErrorListener to get the updates of any error. I am not getting any errors through this listener if any error occurs. Am I using it right or any other way to do it ?
I have added requestSubscription method in the try catch block, where if any errors occurs its getting in this catch method, but not in listener.
Am i missing anything here ?
I encountered the same problem, or "purchaseUpdatedListener" which is called multiple times, so I put my validation logic just after the "requestSubscription"
Hi,
I have used purchaseErrorListener to get the updates of any error. I am not getting any errors through this listener if any error occurs. Am I using it right or any other way to do it ?
I have added requestSubscription method in the try catch block, where if any errors occurs its getting in this catch method, but not in listener.
Am i missing anything here ?
The text was updated successfully, but these errors were encountered: