ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Ably iOS interferes with firebase_messaging #378

Closed 1N50MN14 closed 2 years ago

1N50MN14 commented 2 years ago

I had previously opened a similar issue on Android, was able to resolve it by changing AndroidManifest.

On iOS all FCM messages get intercepted by Ably including in background mode, how do I stop this behavior? It's causing troubles in production mode..

1N50MN14 commented 2 years ago

I need to investigate this further before keeping it open, I'll reopen once I'm 100% confident this is the case