Not Able to launch native app from Corona App

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    


Sorry.  I don’t have a solution for you, but I do have a request.

If you resolve this, please be sure to post back with the solution.  This is a question I’ve seen before and seen solved, but folks never remember to share their full solution.

Sorry.  I don’t have a solution for you, but I do have a request.

If you resolve this, please be sure to post back with the solution.  This is a question I’ve seen before and seen solved, but folks never remember to share their full solution.