Sunday, March 10, 2013

[android-developers] Android In App Billing version 3. Querying for Purchased Items returned null information


After purchased product , i am try to get Purchased Items information but return null value. The app are publish in goole play. The are not in goole play draft.

Bundle ownedItems = mService.getPurchases(3, getPackageName(), "inapp", null);

int response = ownedItems.getInt("RESPONSE_CODE");

is return 0


but all other information are return null.

I same user account that are use to buy product and currently logged in to the device.

I am do not found this information.

INAPP_PURCHASE_ITEM_LIST , INAPP_PURCHASE_DATA_LIST

Via same application , when i try to get SkuDetails. It return all information.

Bundle skuDetails = mService.getSkuDetails(3, getPackageName(), "inapp", querySkus);


Why goole do not return information?.

   Google service are off this time or any other reason.

If any one face same problem then please share with me.

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment