Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 iOS 9 中 Apple 的新 ReplayKit 框架,您必须获得访问麦克风和录制屏幕的权限。
当我在每次启动时在 xcode 中运行我的测试应用程序时,它似乎在我已经在上一个会话中授予权限时重新请求权限。
有没有办法请求一次许可(当用户第一次启动应用程序时)而不必在每次新会话时再次请求?
谢谢] 1
不幸的是,每次启动 ReplayKit 的屏幕录像机时都会显示此权限。没有办法控制它或让它记住。