jumaris / marketbilling

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

In-App Billing DEVELOPER_PAYLOAD is empty #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1) Install Dungeon's Example App
2) Edit the payload
3) buy android.test.purchased Item
4) Log or print the com.android.vending.billing.PURCHASE_STATE_CHANGED response

What is the expected output? What do you see instead?
The DEVELOPER_PAYLOAD shouldn't be empty.
The DEVELOPER_PAYLOAD which was added before the purchase isn't a part of the 
reponse.(see attached file - DEVELOPER_PAYLOAD is completely missing)

What version of the product are you using? On what operating system?
Android 2.2 on Galaxy Tab
Using Dungeon example code.

Original issue reported on code.google.com by papo2...@gmail.com on 25 May 2011 at 1:30

Attachments:

GoogleCodeExporter commented 9 years ago
I had the same issue. However, when you create an selfmade unpublished item in 
the Android console and send a payload with that request, you do receive it.

Apparantly static messages don't reply with payload.. I recall reading 
something in the docs as well. Seemingly the payload travels thru alot of 
systems of Google and gives some workload.

Original comment by codemonk...@gmail.com on 8 Jun 2011 at 7:48