NSCameraUsageDescription 的使用说明
Usage description for NSCameraUsageDescription
使用权限的正式描述是否足以在 Add Store 中批准应用程序?
比如这个选项是否合适:
This app requires access to the camera
... 还是应该指定如下:
This app requires access to the camera to take a picture for the profile or scan a QR code
很难详细描述此权限的用途。例如,摄像头可用于多种功能(拍照、读取二维码、录制视频)。同时,我也不希望应用因为没有详细的描述而被拒绝。
一般情况下,如果你像第一个选项那样保留你的信息,他们不会拒绝你。但是Apple的文档中写的是:
For each key, provide a message that explains to the user why your app
needs to capture media, so that the user can feel confident granting
permission to your app.
此消息将显示给用户,您认为用户会对您解释为什么需要相机权限感到满意吗?
This app requires access to the camera.
如果这不是知名应用,我将拒绝此权限。
如果你展示这样的东西就更好了:
This app requires access to the camera to take a picture for the
profile or scan a QR code when you need it.
归根结底,您决定如何建立对用户的信任。
使用权限的正式描述是否足以在 Add Store 中批准应用程序?
比如这个选项是否合适:
This app requires access to the camera
... 还是应该指定如下:
This app requires access to the camera to take a picture for the profile or scan a QR code
很难详细描述此权限的用途。例如,摄像头可用于多种功能(拍照、读取二维码、录制视频)。同时,我也不希望应用因为没有详细的描述而被拒绝。
一般情况下,如果你像第一个选项那样保留你的信息,他们不会拒绝你。但是Apple的文档中写的是:
For each key, provide a message that explains to the user why your app needs to capture media, so that the user can feel confident granting permission to your app.
此消息将显示给用户,您认为用户会对您解释为什么需要相机权限感到满意吗?
This app requires access to the camera.
如果这不是知名应用,我将拒绝此权限。
如果你展示这样的东西就更好了:
This app requires access to the camera to take a picture for the profile or scan a QR code when you need it.
归根结底,您决定如何建立对用户的信任。