duccong / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Requesting inapp Sku Details reply with no results #190

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1.Request inapp sku details

EXPECTED OUTPUT:
Sku details

ACTUAL OUTPUT:
In IABHelper.java
Bundle skuDetails = mService.getSkuDetails(3, mContext.getPackageName(),
                itemType, querySkus);

ArrayList<String> responseList = skuDetails.getStringArrayList(
                RESPONSE_GET_SKU_DETAILS_LIST);

responseList is empty (and those inapp sku are actually live on Google 
Developer Console)

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:
Android 4.2.2

MARKET/MYAPPS VERSION:

DEVICE:LGL23MKA

OUTPUT FROM ADB BUGREPORT ATTACHED:
(Note: The output from "adb bugreport" is required for all bug reports.)

NOTES:

Original issue reported on code.google.com by success....@gmail.com on 2 Jun 2014 at 6:08

Attachments:

GoogleCodeExporter commented 8 years ago
What I get back in the bundle after

Bundle skuDetails = mService.getSkuDetails(3, mContext.getPackageName(),
                itemType, querySkus);

is like below

Bundle[{DETAILS_LIST=[], RESPONSE_CODE=0}]

Original comment by success....@gmail.com on 2 Jun 2014 at 6:14

GoogleCodeExporter commented 8 years ago
Today I am supposed to launch app which is prepared and I have the same 
problem, it was working a few days ago but now the response is success but 
response bundle is empty. Tested on various devices 4.0 - 4.4, both tablets and 
phones. It is unpublished app, tested with draft, beta and alpha, product Ids 
do match and products are active, on published apps the same implementation 
works.

Original comment by idg.itun...@gmail.com on 2 Jun 2014 at 7:55

GoogleCodeExporter commented 8 years ago
Does anyone know how to solve this problem?Thank you.

Original comment by success....@gmail.com on 2 Jun 2014 at 12:21