HI,
I have a lite version of a game on the Amazon store, I also have a full version.
In the light game I have a button which should link to the full version of the game.
Can anybody tell me how to link to the full version.
I can do so in googleplay no problem but unsure in amazon what to do.
Do i have to place the version id in the AMAzon developer console as the
androidAppPackageName = “AMAZON VERSION ID ?”
I have tried the above no joy I have also tried linking using an url, no luck.
Basically the button whatever I place in the options just defaults to the exisitng app in the store…
[lua]
local options = {
androidAppPackageName = “HAD UNIQUE PACKAGE URL HERE AND VERSION ID TOO”,
supportedAndroidStores = { “amazon” },
}
native.showPopup(“appStore”, options)
[/lua]