Hello. I’m currently working on implementing In App Purchasing for my OTT app on FireTV. I’ve been able to install the Appstore SDK and test the purchase method to make a purchase with the App Tester.
However, I’m running into the following issues when testing this on my device:
1- When I test the purchase endpoint Amazon shows me its native UI for making the purchase. I’m noticing that it shows a radio field that’s meant to show all of the different terms tied to a subscription. However in my case I only really have one term, is there a way to leave it as just a fixed field that users can’t interact with? I also noticed that the focus lands here first so I was wondering if there was a way to put focus on the subscribe button (image below)
2- When I try the getProductData from the In App Purchases documentation I’m not receiving any data in my array. This is despite the fact that I’ve pushed my products JSON into the device and have AppTester set up and running so I figured I’d be able to see the products that were in app tester. I’m passing a set of SKUs to getProductData like the documentation states but I get an empty array on the response