Missing Push Notification Entitlement warning

后端 未结 6 2096
小鲜肉
小鲜肉 2020-12-02 12:09

We have created an App ID, distribution certificate and provisioning profile. Push Notifications were not initially enabled.

We now need to implement Push Notificatio

6条回答
  •  借酒劲吻你
    2020-12-02 12:31

    I have a cordova app, where I have had notifications previously, but wanted to remove it from the app. I tried following the above answers, but I still encountered this issue when I uploaded the build. I realized, that I had a plugin installed, who used the notification setting, and somehow kept some settings activated for notifications.

    I solved the issue by removing the ios platform completely cordova platform rm ios, adding it again cordova platform add ios and making sure that the plugin was removed from the ios.json and fetch.json files.

提交回复
热议问题