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.
Best AnswerThank you for your reply!![]()
I solved my issue!!