FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
Firebase Push Notification Plugin for Xamarin iOS and Android
## 🐛 Bug Report On Android 12 my app is not receiving push notifications. Phones with Android 11 and below do receive the push notifications. Added manually to manifest: ```...
Hello friends, After upgrading to the latest version (3.4.25) of the nuget pkg, I get an error on my MainApplication.cs (Android project) outlining that the FirebasePushNotificationManager is missing in the...
Hi there, I know that you don't officially support MAUI at the moment. However, MAUI should appear in Q2 in 2022. Will they offer support? Unfortunately, errors are currently occurring...
## 🐛 Bug Report When I add the NuGet package and the try to run on the iPhone I get the error below. The "UnpackFrameworks" task failed unexpectedly. System.IO.IOException: The...
## 🐛 Bug Report Project package reference for Xamarin.Firebase.iOS.CloudMessaging use version equal **or greater** than 4.3.0. So, last version 8.10.0 is acceptable too `` But with version 7.10.0 in Xamarin.Firebase.iOS.CloudMessaging,...
Hi there, great plugin, thanks. Quick question. I assume that OnTokenRefresh Event: ` CrossFirebasePushNotification.Current.OnTokenRefresh += (s,p) => { System.Diagnostics.Debug.WriteLine($"TOKEN : {p.Token}"); };` Is only called when the token gets refreshed...
As it looks like the latest version is broken, I am using version 3.4.1 running Visual Studio 2019 and using a Samsung device running Android 11. I am targetting Android...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behavior? Because BigTextStyle is always set, it is...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) - Add Enabled = true, Exported = false to Broadcast recievers ### :arrow_heading_down: What is...
Hi, the condition, which decides if a notification is shown or not shown confuses me. I talk about this condition: https://github.com/CrossGeeks/FirebasePushNotificationPlugin/blob/d86266a9f45687b418f5f1e69c348681d1ff6e27/Plugin.FirebasePushNotification/DefaultPushNotificationHandler.android.cs#L151 I init the library without a DefaultNotification channel: `FirebasePushNotificationManager.Initialize(this,...