Worked excellent for me too

I tried this plugin on 2 of my apps and I was able to get it working and tested using the apk test tool.

Thx

What did you use to test it? What apk test tool? Can you share link to it?

the test tool is part of the amazon SDK. It is an APK you install on your device. You also have to create an load a JSON file with your product info. You can download the JSON file from the same place where you create your IAP. There is a JSON button that will generate the file.

Simply download the SDK, install the apk in your test device, then go to amazon portal and create an IAP and download and place the JSON file on your test device and then test.

You can configure it to purchase, restore or fail.

https://developer.amazon.com/sdk.html

Tnx!

I have did that, and found a two errors:

  1. I had to remove GPGS from build.settings

  2. I had to modify my eliteStore - http://forums.coronalabs.com/topic/38854-purchase-method-are-not-same-as-for-ios/

All worked in my test build, i just sent build to Amazone approval.

What did you use to test it? What apk test tool? Can you share link to it?

the test tool is part of the amazon SDK. It is an APK you install on your device. You also have to create an load a JSON file with your product info. You can download the JSON file from the same place where you create your IAP. There is a JSON button that will generate the file.

Simply download the SDK, install the apk in your test device, then go to amazon portal and create an IAP and download and place the JSON file on your test device and then test.

You can configure it to purchase, restore or fail.

https://developer.amazon.com/sdk.html

Tnx!

I have did that, and found a two errors:

  1. I had to remove GPGS from build.settings

  2. I had to modify my eliteStore - http://forums.coronalabs.com/topic/38854-purchase-method-are-not-same-as-for-ios/

All worked in my test build, i just sent build to Amazone approval.