I am working on iOS app in which i am creating video from images. I am using AVAssetWriter
to achieve this. Everything works fine. But When app goes in background and switched back, the video writing fails. AVAssetWriter
's finishWritingWithCompletionHandler
is not getting called when i switch back to app.
May be duplicate of AVAssetWriter fails when Application enters Background during Rendering , but i am not getting any help from there.
Any idea for this?
Thanks