skbhati199 / marketbilling

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

Requesting subscription Sku Details reply with no results #104

Open GoogleCodeExporter opened 8 years ago

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

EXPECTED OUTPUT:

Sku details

ACTUAL OUTPUT:

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

responseList is empty (and those subscriptions are actually live and published 
on Google Developer Console)

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION: 4.2.2

MARKET/MYAPPS VERSION:

DEVICE: Samsung Galaxy Nexus

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

NOTES: Inapp Product details (not subscriptions) works well

Original issue reported on code.google.com by stermi on 19 Feb 2013 at 3:24

GoogleCodeExporter commented 8 years ago
I just answered my qyestion here: 
http://stackoverflow.com/questions/14961315/android-iabv3-getskudetails-for-subs
criptions-dont-return-result/14961827#14961827

Original comment by stermi on 19 Feb 2013 at 4:02