We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if user refuse to allow recorder and user click again to start and allow recorder
implementation.startRecording(saveToCameraRoll: true, errorHandler: { error in debugPrint("Error when recording \(error)") })
I get this error the second time :
2021-12-02 20:28:40.423860+0000 App[6134:9790803] [ERROR] -[RPScreenRecorder startCaptureWithHandler:completionHandler:]_block_invoke_2:482 failed to start due to error: Error Domain=com.apple.ReplayKit.RPRecordingErrorDomain Code=-5801 "The user declined application recording" UserInfo={NSLocalizedDescription=The user declined application recording} 2021-12-02 20:28:40.424106+0000 App[6134:9790237] [ERROR] -[RPScreenRecorder startCaptureWithHandler:completionHandler:]_block_invoke:505 undefined completion handler
The text was updated successfully, but these errors were encountered:
Fixed here : #8
Sorry, something went wrong.
No branches or pull requests
if user refuse to allow recorder and user click again to start and allow recorder
I get this error the second time :
The text was updated successfully, but these errors were encountered: