Languages

Menu
Sites
Language
Getting LOCATIONS_ERROR_SERVICE_NOT_AVAILABLE for gps after about an hour in tizen wearable

We have location tracking tizen wearable hybrid application. which scans gps location in every 10 minutes and sends to server.

We are able to scan location perfectly for almost 1 hours on gear s3 LTE version but after that it starts giving error LOCATIONS_ERROR_SERVICE_NOT_AVAILABLE, even if we never moved watch from same location.

if I go outside of home it wont be able to recover it from LOCATIONS_ERROR_SERVICE_NOT_AVAILABLE error.

We have following in Tizen manifest file(Service app):
<tizen:background-category value="location"/>

We have following in config.xml file(Web app):

<tizen:setting background-support="enable" encryption="disable" hwkey-event="enable"/>
<tizen:background-category value="location"/>

 

Thanks