因为用对跨平台开发,对iOS开发不熟,在上架过程中出现如下错误,通过邮件对形式发送过来的。
内容如下:
App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, “appname” 2.0.0 (1.1.4). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90078: 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 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 th

在iOS应用上架过程中遇到ITMS-90078错误,提示缺少Push Notification Entitlement。该错误意味着应用注册了Apple Push Notification服务但签名权限中未包含'aps-environment'。解决方案包括在Provisioning Portal启用Push通知,并使用包含'aps-environment'的Distribution provisioning profile重新签名和上传。可以选择在Xcode的Capabilities或手动修改entitlements文件来添加此权限。
最低0.47元/天 解锁文章
2735





