11-02-2020 05:21
11-02-2020 05:21
I have an app that works fine but seems to exit after a few minutes. The app has 'Run in Background' permissions. I plan on adding log messages to see if an exception is being thrown but I wanted to know if there is a call I need to make to keep the app from exiting, something like a 'keep alive' call?
thanks
11-02-2020 05:26
11-02-2020 05:26
I just found the answer.
import {me} from "appbit";
me.appTimeoutEnabled = false;