Skip to content

Testing IAP on Amazon

Benjamin Schulte edited this page Nov 27, 2018 · 9 revisions
  • sideload your app to the amazon device via adb or directly out of your IDE

  • go to your amazon developer account -> apps -> in-app-items and download the JSON Data File (amazon.sdktester.json)

  • your in-app-items must be in "live" or "ready to submit" state

  • upload the amazon.sdktester.json to your device via file manager adb push:

    • adb push C:\the\file\location\amazon.sdktester.json /mnt/sdcard/
  • get the "Amazon App Tester" app from the app-store and install it

  • configure how the Amazon App Tester should respond to your purchase requests

  • delete purchases in the Amazon App Tester -> In-App-Purchasing API -> manage transactions -> delete / delete all

app tester instructions

https://github.com/onepf/OpenIAB/wiki/How-To-support-Amazon-Appstore#test

Clone this wiki locally