Hello,

I'm currently testing the In-App Billing with the Dungeons example,
but I've a problem with the DEVELOPER_PAYLOAD. I set the payload with
following lines of code:

Bundle request = makeRequestBundle("REQUEST_PURCHASE");
request.putString(C.DEVELOPER_PAYLOAD, "testing123");

C.DEVELOPER_PAYLOAD is:

public static final String DEVELOPER_PAYLOAD = "DEVELOPER_PAYLOAD"

Follwoing response returned from the Market Server:

05-14 20:13:08.360: INFO/BillingService(715): purchaseStateChanged got
signedData: {"nonce":9005407554096378381,"orders":
[{"notificationId":"android.test.purchased","orderId":"transactionId.android.test.purchased","packageName":"com.mypackage","productId":"android.test.purchased","purchaseTime":
1305429187752,"purchaseState":0}]}

In the response the DEVELOPER_PAYLOAD is completely missing. What did
i wrong?

Thanks in advance!

-- 
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

Reply via email to