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, ....).