I have developed one hybrid application which has one native service app and one web UI in one single wgt. Native service app needs following privilege: tizen.org/privilege/packagemanager.info and tizen.org/privilege/appmanager.launch. In documentation These privileges are public. But Tizen store has rejected my application multiple times saying that these are unauthorized privileges.
1. I want to launch my web UI app from service app that is why I need "tizen.org/privilege/appmanager.launch". If it can be done by any other way please let me know.
2. When I unistall my package, package is getting uninstalled but service app is still running. To kill that on uninstallation of package I need "tizen.org/privilege/packagemanager.info ".
My application has been rejected multiple times for unauthorized privilege even if I am using public level privilege. If it is because of making hybrid app, then also there must be a way for application developer to launch his UI from his service app otherwise what is the point creating hybrid application. Tell me the way to do it as I am not able to find any documentation on it.
Also service app should be killed if running when hybrid app is unistalled. This is a bug in existing tizen OS(2.3).