Hello there,
I really need to implement IAP 2.0 in my android app, for that first I downloaded Amazon-Android-SDKs.zip & import sample consumable app to android studio from there. then run the project & install apk file in mobile device as per given guideline here,
Get Started with IAP
after that configure & Install App tester app from amazon app store & set given amazon.sdktester.json file in device root folder. which showing json data properly under IAP items in JSON File tab in app tester.
Install and Configure the App Tester
but when I am going to test in-app purchase in Sandbox mode from sample app, there just getting below response & can't show any transaction under manage transaction in App tester.
In App Purchasing SDK - Sandbox Mode: sendPurchaseRequest D/SampleIAPConsumablesApp: onBuyOrangeClick: requestId (12648ebb-19ac-4a6e-8497-df94ea9a38e7)
I am using Android 10 device for testing,
can you tell me where is the mistake from my side in configuration or Is there issue in IAP 2.0 sample app & app tester or android 10 (means android new versions)?
Please help here to fix this.