Firebase_messaging: Firebase_messaging not working after upgrading to firebase_messaging 15.1.3 in ios #13544
Unanswered
Samuelwanza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing the following error after running "flutter run" with iphone 14 Pro simulator. Has anyone faced the error before?. When I comment out the firebase messaging code, everything works well.
A Dart VM Service on iPhone 14 Pro is available at: http://127.0.0.1:50461/DcnzscnTD5Y=/
The Flutter DevTools debugger and profiler on iPhone 14 Pro is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:50461/DcnzscnTD5Y=/
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_messaging/unknown] An unknown error has occurred.
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
#2 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:534:43)
#3 MethodChannelFirebaseMessaging.subscribeToTopic (package:firebase_messaging_platform_interface/src/method_channel/method_channel_messaging.dart:393:7)
#4 main (package:saloonapp/main.dart:55:5)
Beta Was this translation helpful? Give feedback.
All reactions