It looks like the issue actually stems from the fact Simulator does not remember the Target App Store even though it does remember the Version Code, Package, Keystore, Key Alias and Save to Folder.
Naomi
Public Release Build 1202, on Mac OSX v10.7.5
What used to work is now behaving wrong. When I have the supportedAndroidStores set to “google”, it’s sending me to Amazon store:
[lua]
local options = {
androidAppPackageName = “com.lavamind.beetlebounce”,
supportedAndroidStores = { “google” }
}
native.showPopup(“appStore”, options)
[/lua]
When I execute the above code, it sends me to Amazon app store for Beetle Bounce (Kindle Tablet Edition).
The above code used to work (at least it was working with daily build 1196.)
Will this be fixed right away, or do I need to revert back to 1196…?
Naomi