IOS Camera/Microphone 常量用法消息

IOS Camera/Microphone constant usage message

我无法理解苹果对 Ios 设备中的 access/use 相机的描述。 他们写道

iOS requires that your app provide static messages to display to the user when the system asks for camera or microphone permission: If your app uses device camera [...] (Source)

那么我在使用相机时是否总是需要显示符号?像录音闪烁? 还是“静态消息”指的是访问摄像头的第一个请求?

感谢任何帮助。

您引用的文档是指您添加到 Info.plist 的 key/values,在请求访问日历或麦克风的权限时向用户显示。当您请求访问这些设备的权限时(例如通过 requestAccess -- https://developer.apple.com/documentation/avfoundation/avcapturedevice/1624584-requestaccess),系统会自动完成此演示。当应用程序请求用户许可时显示警报,然后不再显示。

在iOS的任何版本中都不需要“使用相机时显示符号”。但是,在 iOS 14 中,您 在状态栏 (https://support.apple.com/en-us/HT211876) 中看到系统在使用这些资源时添加的指示点。