flutter ios Firebase 消息通知错误 I-COR000005,I-FCM001000 解决

*前提是已经 使用firebase-tools 已经给 Flutter 加入了 消息通知相关配置。教程>>

一、I-COR000005

10.22.0 - [FirebaseCore][I-COR000005] No app has been configured yet.

import Firebase

....

FirebaseApp.configure()

10.22.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:

https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging

to ensure proper integration.

二、I-FCM001000

在 info.plist 随意找个位置, 添加下面配置

<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
相关推荐
q567315235 小时前
用 PHP或Python加密字符串,用iOS解密
java·python·ios·缓存·php·命令模式
Hgc558886665 小时前
iOS 18.2 重磅更新:6个大动作
ios
️ 邪神5 小时前
【Android、IOS、Flutter、鸿蒙、ReactNative 】标题栏
android·flutter·ios·鸿蒙·reatnative
lrlianmengba6 小时前
推荐一款好用的ios传输设备管理工具:AnyTrans for iOS
macos·ios·cocoa
2401_8524035511 小时前
整理iPhone空间:iphone怎么删除相簿
ios·iphone
Jewel10513 小时前
Flutter代码混淆
android·flutter·ios
安和昂16 小时前
【iOS】知乎日报第三周总结
ios
键盘敲没电16 小时前
【iOS】知乎日报前三周总结
学习·ios·objective-c·xcode
一头小火烧1 天前
flutter打包签名问题
flutter
sunly_1 天前
Flutter:异步多线程结合
flutter