Closed shibukazu closed 1 year ago
Processing tasks run only when the device is idle. The system terminates any background processing tasks running when the user starts using the device. Background refresh tasks are not affected.
[メモ]
was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
バックグラウンド状態で認識タスクが実行されてしまうことが原因
バックグラウンドに入る前に実行されてしまった認識タスクは中断できないのでそのまま実行が継続してしまいます