未请求推送通知权限

时间:2016-07-14 15:34:18

标签: ios push-notification apple-push-notifications

尝试在iOS应用中启用推送通知。已经创建了用于开发和分发的配置文件。

enter image description here

已在developer.apple.com上启用推送通知服务

enter image description here

但该应用不会请求推送通知权限,也不会注册推送ID。更多XCode在功能选项卡

中显示此消息

enter image description here

错误是由于配置文件未正确设置还是在其他地方设置?

1 个答案:

答案 0 :(得分:0)

您是否已将此添加到AppDelegate文件中?

application.registerUserNotificationSettings(UIUserNotificationSettings(forTypes: [.Alert, .Badge, .Sound], categories: nil))

提供这是快速的