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]1