08-07-2019 19:26
08-07-2019 19:26
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.
Answered! Go to the Best Answer.
08-07-2019 19:38
08-07-2019 19:38
See if appTimeoutEnabled could be the culprit.
08-07-2019 19:38
08-07-2019 19:38
See if appTimeoutEnabled could be the culprit.
08-07-2019 22:56
08-07-2019 22:56
Thank you for your reply!
I solved my issue!!