I've been developing UI and service native applications with Tizen SDK 2.3 rev 1.
What problem I have is,
I need to run both of them simultaneously using mobile emulator.
I successfully made a package which contains both UI and service applications binary and etc. (Surely both of them have same certificate)
Tizen SDK manual says "the service application runs automatically while the UI application runs."
I don't understand exactly what that means.
Does it mean that do I have to write code into UI application to launch service application manually?
OR, Tizen application loader launches both of them automatically, so What I just have to do is check project references and manifest file between of them?