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)