Skip to content

Testing IAP on Amazon

just4phil edited this page Jan 23, 2015 · 9 revisions

Testing IAP on Amazon Fire TV box / Fire TV stick

  • 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" state

  • upload the amazon.sdktester.json to your Fire TV via 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