Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReplayKit Framework - Is it possible to only ask for permission once?

Tags:

ios

replay

For Apple's new ReplayKit Framework in iOS 9 you have to get permission to access microphone and record screen.

It seems like on when I run my test application in xcode on on every start up it re-asks for permission when I already granted permissions in a previous session.

Is there a way to ask permission once (when a user starts up the app for the first time) and not have to ask again on every new session?

Thanks![enter image description here]1

like image 926
Ranknoodle Avatar asked Dec 11 '15 17:12

Ranknoodle


People also ask

What is Rp replay on Iphone?

Replay Sharing An object that displays a user interface where users preview and edit a screen recording that you create with ReplayKit.

What is ReplayKit recording?

ReplayKit is a framework that allows developers to add recording and live broadcasting capabilities to their apps. In addition, it allows users to annotate their recordings and broadcasts using the device's front-facing camera and microphone.

What is ReplayKit?

The ReplayKit namespace provides classes that allows screen recording of the developer's application. Additionally, it provides a standard RPPreviewViewController view controller that allows the user to preview, trim, and share the recording. Developers must use the SharedRecorder singleton to create replays.


1 Answers

Unfortunately, this permission shows up every single time you start ReplayKit's screen recorder. No way to control this or make it remember.

like image 84
Mehmet Fatih Yıldız Avatar answered Oct 20 '22 06:10

Mehmet Fatih Yıldız