Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Auto stopping of sideload app in fitbit ionic

ANSWERED

I made sideload app that collects accelerometer data and I'm using them in ionic devices.

 

The purpose is to collect data continuously, so the app should stay on and after a certain period of time, the app stops itself.

 

My opinion was that the app turned off due to the large size of the json data file that I set to store in /private/folder/ on the device.

 

However, my colleagues think that the size of the json file is not that big. So they suggested that the ionic device might have a protocol that turns off the app after a certain amount of time.

 

I would like to ask for comments you have had or have similar experiences with me.

 

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

See if appTimeoutEnabled could be the culprit.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

See if appTimeoutEnabled could be the culprit.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Thank you for your reply!Smiley Happy

 

I solved my issue!!

 

 

Best Answer