[firebase messaging] Unable to receive flutter notification in ios with firebase and flutter local notification <12 #10037
Unanswered
jesussmile
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.
-
Hi the plugin i am using are
firebase_messaging: ^14.1.2
andflutter_local_notifications: ^12.0.4
Firstly it works fine with android however in ios i have no notification,
I set up my
AppDelegate.swift
as followsnextly in my
main.dart
This is where I handle the messages and move to other window and do stuffs
In android it works fine however in IOS, there is absolutely nothing happening, no logs ,notifications or error, what am I missing here ?
Beta Was this translation helpful? Give feedback.
All reactions