FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
iOS Notifications only work for one Channel
In my project, I have my Xamarin app subscribe to two channels, one "general" and another "loaded". The loaded channel gets subscribed/unsubscribed to as the app is in the foreground/background. However, when I try to send something to the general channel, nothing ever works. I can send Data Messages/Notifications through the loaded channel and only through the loaded channel. The functionality seems to work find on android and this seems to be a specifically iOS issue for me. Any help is appreciated, thanks.