Am trying to launch a native app using the following function.
Tried both the URLs.
system.openURL(“thetinytapps.com.tinytappsprinter”)
system.openURL(“thetinytapps.com.tinytappsprinter://”)
But native app is not getting launched while other Corona Apps are getting launched. Also, note this, the same native app is getting launched from another native app.
My Corona Apps which are getting launched from my Corona App contains following lines in build.setting
android = { usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, installLocation="preferExternal", intentFilters = { { label = "WWE Master", actions = { "android.intent.action.VIEW" }, categories = { "android.intent.category.DEFAULT", "android.intent.category.BROWSABLE", }, data = { scheme = "wwemaster" }, }, }, }
The native app which needs to get launched also has equivalent in it’s manifest.XML