Hi,
I have an application that uses AVCaptureSession to record the video (from front camera) and write it to file.
When i put an application on background mode i start recieve exception:
AVFoundationErrorDomain Code = -11847 "Opetation Interrupted".
When getting back on foreground, still recieving this exception.
The questions is - can i continue record video when user put application on background mode? If yes, how should i implement it?
If no, is there way to at least pause the recording and continue it to the same file.
Thanks,
Nikita.