I cannot test in-app purchases even with the Amazon Appstore SDK Tester.
public void onPurchaseResponse(final PurchaseResponse purchaseResponse)
purchaseResponse always has "INVALID_SKU", even if I have an amazon.sdktester.json file with fake JSON.
file contents: {"test": {"itemType": "CONSUMABLE", "price": 0.99, "title": "More clicks!", "description": "Click again ten times!", " smallIconUrl ":" http://www.google.com/images/srpr/logo3w.png "},
"com.amazon.buttonclicker.ten_clicks" : { "itemType": "CONSUMABLE", "price": 0.99, "title": "More Clicks!", "description": "Click your button ten more times!", "smallIconUrl": "http://www.google.com/images/srpr/logo3w.png" }, "com.amazon.buttonclicker.blue_button" : { "itemType": "ENTITLED", "price": 0.99, "title": "Blue Button", "description": "Button Clicker - Now in Blue!", "smallIconUrl": "http://www.google.com/images/srpr/logo3w.png" } }
Even the sample application does not work. Do you have any suggestions for testing the application? It seems that the Amazon SDK Tester does not intercept requests.
source share