Hello
I'm trying to launch web server application on Tizen platform . I use native app -> Service App template . Server runs normally , but it doesn't respond to browser requests . Seems that app doesn't have internet permissions . I set a lot of priviliges in manifest ( internet privilage as well) but it doesn't help .
When I build my server with GBS and launch binary file it works fine / The problem is only when it is web service application.
I had similar issue on Android , and setting interner permissions in manifest solved the problem /
Thanks for any help!