I use firebase core and firebase messaging in my app. It works fine in Android but there is an error in iOS:
PlatformException(channel-error, unable to establish connection on channel., null, null)
After some research I found that problem is in outdated versions and every solution included update of them.
Hey,
I use firebase core and firebase messaging in my app. It works fine in Android but there is an error in iOS:
PlatformException(channel-error, unable to establish connection on channel., null, null)
After some research I found that problem is in outdated versions and every solution included update of them.
I have the latest versions:
However your versions are different. When I removed your package, the error gone.
Could you please update versions of firebase_core and firebase_messaging to the latest? I hope it will help me.
Thank you.