Recording stops when recovery advisor notification is shown

Former Member
Former Member
Hi,

Fenix3 + 1.1.4 sdk + recovery advisor on

I noticed that my app recording is stopped when recovery notification is pushed by system.

It seems that when recovery notification is shown system closes my app, show recovery notification and then open my app again. I can recover my app status but recording seems to stop and I'm not able to recover it.

How recovery notification by system should be handled in my app to avoid losing my recording session?

Thanks
  • Where in your app do you stop recording? If you do it someplace like in "onHide()", you're probably seeing that when the FW pops up the recovery screen and your recording is stopped...

    Does your app also stop recording if you bring up the default watchface while in your app? (not sure how do you that on the F3, but there is probably a way to do it - on a vivoactive, you press the screen for a few seconds while running an app)
  • Former Member
    Former Member over 9 years ago
    Thanks for quick reply

    I added some printouts and it seems that stop is not called from my app in this case. And when coming back from recovery notebto my app I can create new regording session so I assume stop is called somewhere else because at least with fenix3 is not possible to call two times in a row session create even documentation says so.