我已经集成了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发送任何消息并从那里选择我的应用程序并单击应用程序位置的发送按钮时,它会向我显示未知的应用程序名称,您可以在屏幕截图中看到。我很困惑,我在做错误的地方没有错误。