Angularjs Ionic Applow Capactor,firebase通知警告,ITMS-90078:缺少推送通知权限需要建议

Angularjs Ionic Applow Capactor,firebase通知警告,ITMS-90078:缺少推送通知权限需要建议,angularjs,firebase,ionic-framework,capacitor,ionic-appflow,Angularjs,Firebase,Ionic Framework,Capacitor,Ionic Appflow,我最近开始使用离子电容器。我已经使用以下教程成功地为Android迁移了我的通知 但在IOS方面,我得到了以下警告: 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-enviro

我最近开始使用离子电容器。我已经使用以下教程成功地为Android迁移了我的通知

但在IOS方面,我得到了以下警告:

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 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. 
我在Firebase设置中使用了“Apple推送通知服务SSL(沙盒和生产)”认证

在Ionic Appflow中,我还添加了一个新的应用商店配置文件


我还需要做什么吗?

检查先决条件:

特别是数字3: 在Xcode中的应用程序中

该链接说明了如何添加功能,您必须搜索推送并双击它或将其拖动到“签名和功能”窗格


检查先决条件:

特别是数字3: 在Xcode中的应用程序中

该链接说明了如何添加功能,您必须搜索推送并双击它或将其拖动到“签名和功能”窗格


我们如何使用离子电容器进行此设置?链接对此进行了解释,屏幕截图应该有助于,单击“功能”旁边的+符号,然后双击“推送通知”我没有运行Xcode的Apple设备。我通常在appflow上构建,然后使用ipad运行应用程序。在没有xcode的情况下,有没有办法做到这一点?我不这么认为。您可能可以编写一些节点脚本,使用添加它,但不知道如何使用离子电容器执行此设置?链接对此进行了解释,屏幕截图应该有帮助,单击“功能”旁边的+符号,然后双击“推送通知”。我没有运行Xcode的Apple设备。我通常在appflow上构建,然后使用ipad运行应用程序。在没有xcode的情况下,有没有办法做到这一点?我不这么认为。您可能可以编写一些节点脚本来使用添加它,但不知道如何添加