giridharvc7 / ScreenRecord

A Wrapper for Screen Recording on iOS with ReplayKit2
MIT License
126 stars 40 forks source link

Inter-app recording #6

Open asleepace opened 6 years ago

asleepace commented 6 years ago

Hi, great project! I was wondering if it is possible for the screen recording to work with inter-app switching. When I switch to another app, it seems to stop the recording, and upon reopening from the screen-recording app from the background, Xcode spits out these error messages:

Error occured, status = 3, Operation Interrupted Optional(Error Domain=AVFoundationErrorDomain Code=-11847 "Operation Interrupted" UserInfo={NSLocalizedRecoverySuggestion=Stop other operations and try again., NSLocalizedDescription=Operation Interrupted, NSUnderlyingError=0x1c40430f0 {Error Domain=NSOSStatusErrorDomain Code=-16121 "(null)"}})

Is this not possible, or am I doing something wrong?

isumesh commented 4 years ago

@Asleepace i am facing the same issue. Were you able to resolve it ?