Other Requirements For Developer Payload In Android In-app Billing
For some odd reasons, I am unable to get the developerPayload. I'm using the Dungeons Example. I have seen this work before, I think the payload string should appear in the Recen
Solution 1:
You are not receiving the developerPayload
in DEBUG MODE
. You need to sign your application to RELEASE MODE
to receive developerPayload
.
Solution 2:
It works now. For some odd reasons, the developerPayload just came back. There was also someone in the net who had the same problems as I am, and it also happened just last weekend (http://www.google.com/support/forum/p/androidmarket/thread?tid=197b77d86cbb09ff&hl=ja). It's in japanese, though, but basically he also had problems with developerPayload being null, and then it also came back again a few days later. I also live in japan, so I guess this might have happened only in our area. I guess it really was true, that transferring payload is quite a heavy workload for google.
Post a Comment for "Other Requirements For Developer Payload In Android In-app Billing"