[firebase_messaging] iOS Direct Channel API will no longer be supported (used by firebase_messaging) #5608
Unanswered
red42
asked this question in
Feature request
Replies: 4 comments
-
Are there any solutions for this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any solutions for this? I have a production app that uses this plugins to receive push messages and a started receiving the same e-mail from Google. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same concern here. I have a production app that uses this plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any news on a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I received an email from Firebase that says the iOS Direct Channel API will no longer be supported, but the firebase_messaging plugin seems to use that. Is there a planned migration for the plugin?
Here's the content of the email:
The relevant code in
FLTFirebaseMessagingPlugin.m
is:The changelog for the plugin states:
5.0.1+1
onMessage
on iOS usingshouldEstablishDirectChannel
.So this seems to be actively used.
Flutter doctor
Run
flutter doctor
and paste the output below:Beta Was this translation helpful? Give feedback.
All reactions