Google Play error getting SKU details

I am using Ionic3 with Ionic Native In App Purchase . I have installed multiple in-app purchases on the Google Play Store.

It worked fine and I could view all products with:

.getProducts(this.PRODUCT_IDS)

until I add a test user. Now I am getting this error:

Error retrieving SKU information

after i tried to make a purchase from a tested user.

this.iap.buy(item.productId).then((data) => {
  return this.iap.consume(data.productType, data.receipt, data.signature);
}).then(() => {
  console.log('product was successfully consumed!');

      

And now I can no longer access the products.

I read here that the reason may be that testers are unable to use the product and suggest this solution:

SOLUTION: Pull "orders" to the Play Console and "cancel" the pending purchase.

However, I have two questions:

  • How do you validate purchases if the tester is unable to use the product?
  • Where do you pull up orders on the Play Console? I am looking at "Order Management" but no orders listed.

thank

0
google-play ionic-framework in-app-billing in-app-purchase ionic3


source to share


No one has answered this question yet

See similar questions:

3
Google Play Alpha Release - How to Test App Purchases

or similar:

27
Cancellation of Google Play IAB Purchase Orders After June 20, 2016
25
Google Play In-App Purchase returns error code -1008: null puchaseData or dataSignature
7
Dealing with errors of API-purchase-logic for consumables in Google Play Billing API version 3 (for anyone using consumables with API v3)
3
Google Play in App Purchases V3 "Canceled Products"
1
Error retrieving Sku data
0
Is there a limit on the number of SKUs you can request details for in the Google Play IABv3 api?
0
In-App Payments for In-App / In-App Purchases Google Play: Purchase, Checkout and Consumption?
0
Google Play Refund Order
0
Do I need to add products to Google Play Developer Console to buy Ionic In App
-1
IabHelper: Purchase canceled - Answer: 5: Developer error



All Articles
Loading...
X
Show
Funny
Dev
Pics