From the course: Distributing Your Android App for Kotlin Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Amazon App Store

Amazon App Store - Android Tutorial

From the course: Distributing Your Android App for Kotlin Developers

Start my 1-month free trial

Amazon App Store

- [Instructor] If you have ever used an Amazon brand Android device you might have noticed that the Google Play Store is not installed and unavailable to use. These devices are running an Amazon flavored version of Android called Fire OS that does not have Google play services installed. because of this, Amazon supplements, the Google Play Store with their own app store, the Amazon App Store. This means that if we want users to install our application onto their Amazon devices as well we should make sure to also publish it through Amazon. But wait, what if we are using Google play services APIs in our application like Firebase, AdMob or Google location services. If you are using any of these in your application, then your app, or at least the features in your app that make use of these services will probably not work on an Amazon device. In this situation you should try to find a substitute API offered by Amazon or…

Contents