hello
i'm testing an app for real time heart rate stream
so my watch app has to run in background and appTimeoutEnabled should be false.
can it be possible to run in background and stream the heart rate in specific time?
and another question.
i set the appTimeoutEnabled is false.
but the app closed....
please help me not to close the app
my code and log are below.
code
me.appTimeoutEnabled = false; // Disable timeout
if (me.appTimeoutEnabled) {
console.log("Timeout is enabled");
}
console.log("Timeout check: " + me.appTimeoutEnabled);
log
Answered! Go to the Best Answer.
Best AnswerThe short answer is 'no'.
The longer answers are:
The short answer is 'no'.
The longer answers are: