Hi,
I want to open the developer page of app store (that lists all the apps created by the developer) on a click of the button. How can I implement that?
I tried:
local options = { iOSAppId = "XXXXXXXXXX", androidAppPackageName = "com.mm.abc.def", supportedAndroidStores = { "google" }, } native.showPopup("appStore", options)
This popup opens some specific app from Google Play and Appstore but not the page that lists all the apps by the developer. Is it possible to open the developer page directly using Corona?
Thanks in advance for help.