HI, Thanks for your reply.
BILLING_RESPONSE_RESULT_OK is zero here and also return all Response Code but all do not return value in this response code. Thanks. Abdul Gafur Android Developer. On Mon, Mar 11, 2013 at 2:21 AM, Jonathan S <[email protected]> wrote: > Did you look into > http://developer.android.com/google/play/billing/billing_reference.html > > On Sunday, March 10, 2013 7:20:53 AM UTC-4, md abdul gafur (Bangladesh) > wrote: >> >> >> 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 a topic in the > Google Groups "Android Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/android-developers/BELbqOZHQMA/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

