Amazon Appstore SDK Testerを使用しても、アプリの購入でテストできません。
public void onPurchaseResponse(final PurchaseResponse purchaseResponse)
偽のJSONを含むamazon.sdktester.jsonファイルがある場合でも、purchaseResponseには常に「INVALID_SKU」があります。
ファイルの内容:{"test":{"itemType": "CONSUMABLE"、 "price":0.99、 "title": "More Clicks!"、 "description": "ボタンをあと10回クリックしてください!"、 "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"
}
}
サンプルアプリケーションでも動作しません。アプリケーションをテストする方法について何か提案はありますか?AmazonSDKTesterはリクエストをインターセプトしていないようです。