问题
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
回答1:
Unfortunately, this permission shows up every single time you start ReplayKit's screen recorder. No way to control this or make it remember.
来源:https://stackoverflow.com/questions/34228779/replaykit-framework-is-it-possible-to-only-ask-for-permission-once