Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Even i had faced the same issue:</p> <p>Here's how I got the In App purchases to work on Kindle Fire (after several hrs of struggle...)</p> <p>1.adb install AmazonSDKTester.apk (Install SDKTester on Kindle Fire)</p> <p>2.Create a file amazon.sdktester.json in the SDCARD directory (The connected KF shows up as SDCARD in Finder on ur Mac)</p> <p>3.Contents of amazon.sdktester.json - { "com.yourcompany.yourpkgname.200_coins" : { "itemType": "CONSUMABLE", "price": 0.99, "title": "200 COINS", "description": "2 COINS", "smallIconUrl": "<a href="http://www.yourcompany.com/icon.png" rel="nofollow">http://www.yourcompany.com/icon.png</a>" } }</p> <p>4.Press the power button on KF &amp; press "Disconnect" button - Now KF is no longer a mounted drive on ur Mac.</p> <p>5.Run the AmazonSDKTester app on KF.</p> <p>6.Run your app from Eclipse. Make sure the package name in the JSON matches the In App Item package name on Amazon's website &amp; in the PurchasingManager.initiatePurchaseRequest("com.yourcompany.yourpkgname.200_coins");</p> <p>7.Now you should see the In App interstitials showing up.</p> <p>8.Still doesn't work - Force Close both ur app &amp; AmazonSDKTester on KF; Hard Reset KF ; Restart Eclipse &amp; Restart from Step 1 </p> <p>If you also want a video link you can follow this:</p> <p><a href="http://www.youtube.com/watch?v=E4WL-9WOI5Y&amp;ytsession=Vq1tyugKRAxrTLzeJGDmuNbP-j_qjjxaGfTpxhq2NFsc0TUkw1lvuaMN3Y_bjFKlOkvuxAMX7tM9kGPlfAxxgHZDkzRjqBXU4Yuq9IHt-BL1oiCujW4k1iG8m5POtdGtJsvovhO1kNtBPfUdXUqot-3h546Wf5966PrXTEVNc8OKB5UedyiH4NuGbw9zkrocJmQK4dc95srk3lm_xa469sAVnT9-I4_KslJBUrO81TI0K2eIBIDMIKnJf3BpfHyUzPa2ism7wuuQSrPIyoSNbBBpZ6sLJ758vz0wXLVCMn-BLm5F4DA8DZHXyKVE95LA8OANg1V1wxRkj9zzIAnoSDZNSwuXzautbM-pgXoFOJmCyvN97OtilbgOvhawd2PCjp8AnSXLR76nCL70qaaS4Mas1IirfVpRPeDAEMiuXVMMM7Fz90yMv3TIVA10ykrAR45BXBtU1Je8dBzuW2V_YBHpan_9okz25y-uwd7CbZFZPHyHCespI386HYUwKSIzlMlVTQg9nr27wXbhVpnYzJbJ_mLNO1qNW9ygx_kEpTmJs5CRR8eYXwQiaXTg00_3oT8QRQzkKfRHF805Wbj_W5XdYBx-5pPnnNFIEuErawU" rel="nofollow">VIDEO LINK </a></p> <p>Finally its very well explained in Developer website <a href="https://developer.amazon.com/sdk/in-app-purchasing.html" rel="nofollow">Amazon Developer Link</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload