android - IABHelper. queryInventoryAsync returns no purchases, yet launch product flow fails with "Item Already Owned" -


"postprint" itemprop = "text">

I'm facing an intermittent problem with the application billing version 3 provided by Google as IABHelper.

Before starting a new purchase, I check with the queryInventorySync for bad purchasing. If found, I consume no bad purchases and start a new transaction, if someone does not go straight to starting a new transaction. 99% of the time it works fine

Occasionally when queryInventoryAsync gives an unconsumed purchase, the following failed with the launchPurchaseFlow response: 7: the item already owned

  Information [IABHelper. ] Start async operation: Refresh list information [IABHelper] is doing proprietary item, item type: inapp information [IABHelper] Package name: jp.co.mycompany.myapp information [IABHelper] Calling getPurchases through continuation token: Null Information [IABHelper] Ownership Item Feedback: 0 Info [IABHelper] Continuous Token: Zero INFO [IABHelper] SKU Details Inquiries. Information [IABHelper] Query Prices: Nothing to do because there are no SKU information [IABHelper] is doing proprietary items, type of item: Next steps Info [IABHelper] Package name: jp.co.mycompany. Myapp information [IABHelper] Calling with continuity token getPurchases: Incomplete information [IABHelper] Owned item feedback: 0 info [IABHelper] Continuous Token: Zero INFO [IABHelper] SKU Details Inquiries. Information [IABHelper] Query Price: Nothing to do because there are no SKU information [IABHelper] Finished async operation: Refresh list information [IABHelper] jp.co.mycompany.myapp.myitem Type: Inapp Information [IABHelper] Launch the purchase code for jp.co.mycompany.myapp.myitem request: 1001 INFO [IABHelper] Ending Async Operation: Launch Privilege INFO [IABHelper] Purchase Canceled - Response: 7 : Item already owned   

queryInventoryAsy Nc is saying that the user is not the owner of the item, but the launch purchaseflow

has any experienced any experience?

After a wait (sometimes a few minutes, sometimes more) weird problem is.

For reference, I am using the version of IABHelper that was updated on March 15.

Play the service app in mobile It can work for you.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -