8

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Ranknoodle
  • 847
  • 12
  • 28

1 Answers1

6

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

Mehmet Fatih Yıldız
  • 1,763
  • 18
  • 25