IOS中的Firebase推送通知错误

时间:2017-10-10 09:17:16

标签: ios objective-c firebase

我已经集成了firebase推送通知并正确地遵循了所有过程,首先是在firebase中创建项目并创建证书并将p12文件添加到firebase项目中。代码很好,但是当我在真实设备上运行应用程序时,它会在控制台中显示这个,

" You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.

[Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled) "

当我从firebase发送任何消息并从那里选择我的应用程序并单击应用程序位置的发送按钮时,它会向我显示未知的应用程序名称,您可以在屏幕截图中看到。我很困惑,我在做错误的地方没有错误。 enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

为您的应用/项目添加(ON)推送通知功能 enter image description here

还要检查UIbackground功能

enter image description here

错误消息正在讨论此忽略所选蓝色项目搜索以获得最佳匹配 enter image description here