App not showing up as a broadcast service in RPBroadcastActivityViewController
问题 I'm trying to use Replaykit to start a broadcast session (recording the App screen works ok) and it opens up a picker from where broadcasting Apps can be picked, Youtube, Facebook and Periscope show up but not my App, code: if #available(iOS 10.0, *) { RPBroadcastActivityViewController.load { broadcastAVC, error in guard error == nil else { print("Cannot load Broadcast Activity View Controller.") return } if let broadcastAVC = broadcastAVC { broadcastAVC.delegate = self self.viewController