Get App Id programatically

Get App Id programatically

BY 11 Nov 2014 Web Application Development

I’ve developed a web app that launches itself when data is received from SASocket.  I’ve had to hardcode in the app id – is there any way to get this at runtime from the config.xml?

For example instead of tizen.application.launch(“blahblah.myAppName”, ….), just tizen.application.launch(someVarContainingMyAppName, ….).

Written by