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
in IOS, every time i call getAvailablePurchases(), purchaseUpdatedListener triggered many times, when there is no new purchases. How do i get available purchases or purchases from history without triggering purchaseUpdatedListener?
I tried following the example, but i found this: isConsumable: true, when finish a SUBSCRIPTION transaction. Is this intended?
The text was updated successfully, but these errors were encountered:
I would suggest not to use UseEffect for every function instead use single useEffect and add all required function in it just to make sure everything goes step by step and don't break any thing in between. And as per documentation they suggest adding purchaseUpdatedListener when application start. 'It is recommended that you start listening to updates as soon as your application launches' Check full detial here.
in IOS, every time i call getAvailablePurchases(), purchaseUpdatedListener triggered many times, when there is no new purchases. How do i get available purchases or purchases from history without triggering purchaseUpdatedListener?
I tried following the example, but i found this: isConsumable: true, when finish a SUBSCRIPTION transaction. Is this intended?
The text was updated successfully, but these errors were encountered: