Kindle Amazon App Store Link

Hi Everyone,

 

I am wondering if you can help . I use the following code to link my app to my other app (Where Company.com.Appname is the namespace of the other app. The button is clickable, but when the link is opened, I get a message “App Not Available . The app you are looking for is not available”. I am sure the namespace is correct .  Do you have any good codes to link to Amazon app store ? Additionally, how to you link to the publisher to show all your apps instead of just 1 ?

thanks

local optionstore =
 

{

   iOSAppId = “1234567890”,

   nookAppEAN = “0987654321”,

   androidAppPackageName = “Company.com.Appname”,

   supportedAndroidStores = { “google”,
“samsung”,
“amazon”,
“nook” },

}

native.showPopup(“appStore”,optionstore)

 

The problem you may be running into is that Amazon supports both regular Android apps as well as Kindle Fire apps.  If you run your app on a device that has both Google Play and Amazon installed upon it, we can’t determine which one to use for showPopup.  What you need to do is when you build for Amazon/Kindle only put “amazon”  in the supportedAndroidStores table.

Thanks Rob .

So that works, but how would I link to all my apps instead of just one ? I know there is a way to link to publisher

Examplehttp://www.amazon.com/gp/mas/dl/android?p=com.idmobile.horoscope&showAll=1

The problem you may be running into is that Amazon supports both regular Android apps as well as Kindle Fire apps.  If you run your app on a device that has both Google Play and Amazon installed upon it, we can’t determine which one to use for showPopup.  What you need to do is when you build for Amazon/Kindle only put “amazon”  in the supportedAndroidStores table.

Thanks Rob .

So that works, but how would I link to all my apps instead of just one ? I know there is a way to link to publisher

Examplehttp://www.amazon.com/gp/mas/dl/android?p=com.idmobile.horoscope&showAll=1