为什么我看不到权限警报?我在.plist上配置它们

时间:2019-11-27 00:35:36

标签: ios objective-c swift info.plist alerts

我配置了此值,但看不到警报权限。

enter image description here

1 个答案:

答案 0 :(得分:1)

您必须执行2个步骤来请求权限。

  1. 配置Info.plis
  2. 使用AppDelegate(或需要权限才能执行操作的ViewController中)的代码请求用户
  3. 此处的示例:https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_ios