I manage to build a native service application but get this error from my mobile web app
js/main.js (159) :Running Service App not found. Trying to launch it
js/main.js (129) :Launching [org.tizen.hybridefl] ...
js/main.js (123) :Service Applaunch failed
I try to find some sample but all these links give 404 file not found ???
1) service app tutorial:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/app_tutorial/service_app_tutorial.htm
2) message port tutorials (for interaction between web and native app):
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/app_tutorial/message_port_tutorial.htm
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/guide/io_guide/messageport.htm
Where i can find sample how to call the service from my web mobile app ?
thanks
Joe