x***@163.com
x***@163.com
  • 发布:2018-01-26 09:37
  • 更新:2018-01-26 14:05
  • 阅读:1969

iOS上架,因为使用相机遭拒

分类:HBuilder

各位老师好。
由于使用云打包的iOS产品上架,使用了相机(camera)遭拒。审批反馈:

We noticed that your app requests the user’s consent to access their Camera but does not clarify the use of this feature in the permission modal alert.

Specifically, the following statement in the Camera modal alert does not sufficiently clarify the purpose of how the app uses the Camera features.、

我理解是因为在第一次调用相机的时候有提示,需要我们明确相机是干嘛用的。但是目前不清楚在使用hbuilder的时候,如果来修改这个提示。

PS:反馈的截图见附件

2018-01-26 09:37 负责人:无 分享
已邀请:
1***@163.com

1***@163.com

在info.plist修改相机权限的提示

  • x***@163.com (作者)

    因为我是使用的云打包形式,在hbuilder的基座中并没有地方修改这个提示

    2018-01-26 09:56

  • x***@163.com (作者)

    除非我自定义基座,否则无法修改hbuilder自带的基座的info.plist文件

    2018-01-26 09:57

1***@qq.com

1***@qq.com

http://www.html5plus.org/doc/zh_cn/camera.html

王者地带

王者地带 - 5+混合APP开发教程网 | http://www.html5-app.com | 咨询QQ: 2564034335

参考下  
"apple": {  
                "plistcmds": [  
                    "Set :NSContactsUsageDescription 需要您同意才能获得您的通信录,允许吗?",  
                    "Set :NSMicrophoneUsageDescription 需要您同意才能录音发语音消息,允许吗?",  
                    "Set :NSPhotoLibraryUsageDescription 需要您同意才能获取到相册图片,允许吗?",  
                    "Set :NSCameraUsageDescription 需要您同意才能扫一扫商品或拍摄其他照片,允许吗?",  
                    "Set :NSPhotoLibraryAddUsageDescription 需要您同意才能添加相片到图库,允许吗?",  
                    "Set :NSLocationAlwaysUsageDescription 需要您同意才能获得您的地理位置,允许吗?",  
                    "Set :NSLocationWhenInUseUsageDescription 获得地理位置,为您更便捷获得你所在城市的资讯,允许吗?"  
                ]  
            }  

该问题目前已经被锁定, 无法添加新回复