Testing Amazon Billing Compatibility SDK integration without LAT

Hi,

I’ve a question regarding the Amazon Billing Compatibility SDK. Is it possible to test the integration of the SDK just by installing the app via Android Studio or do we have to go through Live App Testing? This sample project suggests that this is possible - GitHub - AmazonAppDev/hello-world-appstore-billing-compatibility-sdk: This project demonstrates how to integrate the Amazon Appostore Billing Compatibilty SDK into a Kotlin Android app for Amazon Fire OS. 💰🛒📱

But the documentation doesn’t mention this option, and explicitly mentions that in order to test the integration, Live App Testing should be used.

Obviously, using LAT is a bit more cumbersome than having the option to just install an app on a Fire device via Android Studio and test the billing integration this way.

So, is it possible to test this without LAT by just installing the app on a Fire device? And if so, what are the prerequisites? (for instance, does sandbox mode need to be enabled?
/adb shell setprop debug.amazon.sandboxmode debug)

Thanks.

Hi Andre,

Welcome to the forums, and thanks for posting! At the moment, the Billing Compatibility SDK should be tested via Live App Testing. Thanks!