I am trying to implement Amazon In app Purchasing in android. First I downloaded the sample code from Amazon “ButtonClicker” from this site. When I run the code on my Kindle Fire I received these messages on my Eclipse Logcat:
After sending request nothing happens. No response received.
Is there any problem due to SKUs? But no error is being shown on Invalid SKU. Please help me out in solving this problem.
Have you registered the Amazon ResponseReceiver in the manifest? If you haven’t than you will not be able to catch any response.
Also check the amazon.sdktester.json which you must have put in mnt/sdcard folder. Make sure it is not missing and does not has json compilation errors.