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
Purchasing an item works fine, we need to mark it as consumed.
When a purchase happen, the data returns a receipt signature and a pruchasetoken.
We tried to pass those to removePurchaseFromQueue but it always returns:
itemInfo was null in IabHelper.consume()
So apparently we are only able to purchase an item only once?
The text was updated successfully, but these errors were encountered:
Purchasing an item works fine, we need to mark it as consumed.
When a purchase happen, the data returns a receipt signature and a pruchasetoken.
We tried to pass those to removePurchaseFromQueue but it always returns:
itemInfo was null in IabHelper.consume()
So apparently we are only able to purchase an item only once?
The text was updated successfully, but these errors were encountered: