Anlei
Anlei
  • 发布:2017-06-03 18:54
  • 更新:2017-06-21 15:36
  • 阅读:1882

打包好的IPA提交到APP Store后,app store邮件说我的隐私出问题。

分类:HBuilder

详细问题描述
[内容]
Dear developer,

We have discovered one or more issues with your recent delivery for "AS3 Shop-DIY Design". To process your delivery, the following issues must be corrected:

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Though you are not required to fix the following issues, we wanted to make you aware of them:

Missing Push Notification Entitlement- Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode 8 does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

Once the required corrections have been made, you can then redeliver the corrected binary.

Regards,

The App Store team

重现步骤
[步骤]
[结果]
[期望]

运行环境
[系统版本]Win10
[浏览器版本]-
[IDE版本]1.8.3
[mui版本]-

附件
[代码片段]
[安装包]

联系方式
[QQ]254810452
[电话]

2017-06-03 18:54 1 条评论 负责人:无 分享
已邀请:
骁骑

骁骑

打包的时候添加隐私权限配置
NSCameraUsageDescription
在manifest.json文件的中的
plus->distribute->apple节点下添加plistcmds字段,
值为["Add:NSCameraUsageDescription string 权限描述"],
注意 add后边要加 空格 :后边不能有空格

  • Anlei (作者)

    还是不行

    2017-06-05 16:24

  • Anlei (作者)

    还是老问题啊:[attach]15085[/attach]

    2017-06-06 14:20

Anlei

Anlei (作者)

Dear developer,

We have discovered one or more issues with your recent delivery for "AS3 Shop-DIY Design". To process your delivery, the following issues must be corrected:

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Though you are not required to fix the following issues, we wanted to make you aware of them:

Missing Push Notification Entitlement- Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode 8 does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

Once the required corrections have been made, you can then redeliver the corrected binary.

Regards,

The App Store team

还是老问题的

Anlei

Anlei (作者)

骁骑

骁骑

新打包的IPA里的info.plist文件发我看下

  • Anlei (作者)

    上传了

    2017-06-08 10:37

Anlei

Anlei (作者)

上传了

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