You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the mic is recording, Apple Watch is able to upload. But when recording is stopped, as soon as the watch face goes dark, the app is effectively paused, and the upload task is frozen. We need to find a way to opportunistically upload in the background.
Ideas:
Investigate WatchConnectivity and large/numerous file transfers. Because we save a new file every 30 seconds, there are a lot of files to transfer!
Should we just leave the mic open (but ignoring data that comes in, so we're not actually recording) until all files are transferred (while uploads are enabled)? This is gross but is an option of last resort.
The text was updated successfully, but these errors were encountered:
this has been one of my questions - how to do this as the interruption causes loss of value - there are hacky ways of running as development build in the background - button for any kind of production - probably just saving state when sent to background..
While the mic is recording, Apple Watch is able to upload. But when recording is stopped, as soon as the watch face goes dark, the app is effectively paused, and the upload task is frozen. We need to find a way to opportunistically upload in the background.
Ideas:
The text was updated successfully, but these errors were encountered: