How to make App always keep running

i want to create wearable app get sensor data 8 hours nontsop, and i want to make the app keep alive, can you give me some suggest.
thank you

Hi,
Tizen Web app will be killed in the background if it is there for more than 10 mins in the general case. You can make some exceptions but it won’t be efficient as there will be some pop-up warning from the system. So, it will be a wise decision to move to the Native Service app for your purpose.

You can check a discussion about this here,

Thank you

1 Like

yes, as @Iqbal said you should create Native Service and there do yours background job

1 Like