Languages

Menu
Sites
Language
launch tizen web app from native service

Hello,

I am trying to run a 24/7 native service in the background and I'm using wearable 2.3.2 fo gear S2. The native service is listening to sensor data from the watch and should launch a web app if the sensor data matches certain specified values. So far, all I see online are examples on starting a native service from a web app but not the other way round. I searched a lot but I cant find anything so this has got me thinking if it is actually possible or not. That's my main problem.

I also want to know how to uninstall a service app on the gear watch . Because when its a regular app you can click on it and uninstall it, but I don't know how that is done with services. 

Responses

1 Replies
Yasin Ali

Hi,

I think you may use CURL for this task. See below references to start with
1. https://developer.tizen.org/community/tip-tech/http-request-using-curl-api-and-ecore-timer
2. https://developer.tizen.org/development/guides/native-application/connectivity-and-wireless/internet-and-contents-downloads/curl

It would be good if you explain more about your app and its functionality in detail.

Hope it will help.