ReplayKit RPBroadcastActivityViewControllerDelegate return error

now i want to add replaykit in my game but meet a problem, when i press the replayLive button,it will call [RPBroadcastActivityViewController loadBroadcastActivityViewControllerWithHandler:^(RPBroadcastActivityViewController * _Nullable broadcastActivityViewController, NSError * _Nullable error) {}.after choosing a third-paty app,such as DouyuTV,it always return a error:Domain=com.apple.ReplayKit.RPRecordingErrorDomain Code=-5801 "The user declined application recording".on my project,i check the info.plist file,my project have included the microphone and camera premission,somebody can give me a suggestion? thanks firstly