kun602048555 / marketbilling

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

getSkuDetails returns incorrect sku (probable issue with v3 caching!) #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1. Have two apps with similiar IAP items. The only difference in each 
applications iap items  is that they have different skus (and maybe pricing)
2. Sign both with same key and push to market.
3. Open first app and call getSkuDetails for all iap items you have.
4. Open second app and call getSkuDetails for all iap items you have
5. The 2nd app will get cached info from step 3. (Iterating thru the return 
data and checking Sku and title will support this.)

EXPECTED OUTPUT:
The Skudetails response for the skus I requested.

ACTUAL OUTPUT:
The Skudetails response for the skus I previously requested.

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:

MARKET/MYAPPS VERSION:

DEVICE:
ALL

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 petetan...@gmail.com on 7 Aug 2013 at 4:24