rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

SCRecorder while in background #392

Open aryankashyap0 opened 7 years ago

aryankashyap0 commented 7 years ago

When I am recording a video I have set an alert view in which you have to pay more money to record more than 60 seconds that is fine but when I come back from the purchase The camera view is blank and if I click continue it crashes I tries to save the record session in applicationDidBecomeActive made inside my UIViewController but it kept executing continuously which made the app crash any ideas what I can do if my app goes in background while on SCRecorderViewController and I can save and continue the session once the IAP task is done.