FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
Firebase Push Notification Plugin for Xamarin iOS and Android
## 🐛 Bug Report {System.NullReferenceException: Object reference not set to an instance of an object. at Plugin.FirebasePushNotification.FirebasePushNotificationManager.Initialize (Foundation.NSDictionary options, System.Boolean autoRegistration) in :0 at MYAPP.Mobile.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication application, Foundation.NSDictionary launchOptions) [0x000f0]...
## 🐛 Bug Report On some devices (Galaxy S10+) in some cases the app doesn't get a new token with a changed build number, or OnTokenRefresh is called twice, with...
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below....
How we need to handle logout situation in connection with Firebase notification. I am trying for a solution to stop receiving notification once the user is logout from the app....
Hi, the autoregistration boolean of the init call: ` FirebasePushNotificationManager.Initialize(context: this, resetToken: true, autoRegistration: false);` doesn't work on Android the FIRST time the app is installed and launched. If you...
Hello, what is the purpose of the autoRegistration property of FirebasePushNotificationManager.Initialize? I thought that if i set this to false, i won't get notifications until i do CrossFirebasePushNotification.Current.RegisterForPushNotifications(), but that...
## 💬 Questions and Help Hi, I'm using the plugin since version 2.x and updated to 3.x. Now I recognized, that with a new build number, the plugin resets the...
## 🐛 Bug Report Java.IO.IOException: SERVICE_NOT_AVAILABLE at Plugin.FirebasePushNotification.FirebasePushNotificationManager.GetTokenAsync () [0x00092] in :0 --- End of managed Java.IO.IOException stack trace --- java.io.IOException: SERVICE_NOT_AVAILABLE at com.google.firebase.iid.zzr.zza(Unknown Source:56) at com.google.firebase.iid.zzr.zza(Unknown Source:80) at com.google.firebase.iid.zzu.then(Unknown...
I am trying to handle the event when a user taps on the push notification in his device. To do this, I am using the OnNotificationOpened event. In an Android...
Hello, it's possible that the push notification when touch, dont' take action? only clean. Other question... when OnNotificationOpened is activated. how to load an activity according to the content of...