FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
Firebase Push Notification Plugin for Xamarin iOS and Android
## 🐛 Bug Report ### Configuration In release build, whenever I launch my App by tapping its icon, the `CrossFirebasePushNotification.Current.OnNotificationOpened` is fired even though no notification has been tapped on...
Been working on this problem on and off for a few days. I am receiving notifications OK while the app is closed/foreground/background and I've set it up so that depending...
## 🐛 Bug Report On iOS, CrossFirebasePushNotification.Current.Subscribe("all") does not subscribe the phone to the topic "all". Subscribed topics are not added to the SubscribedTopics list. Notifications sent to topics are...
When I install this plugin in android project there is many issues appear : - Restore packages failed , - Version conflict detected for Xamarin.Android.Support.Compat. Install/reference Xamarin.Android.Support.Compat 28.0.0.3 directly to...
## 🐛 Bug Report I started to develop a new Xamarin Forms application and use this plugin to be able to handle the FCM push notifications. I tested this under...
## 🐛 Bug Report The crash occurs on the second launch onwards and this is the error which is reported. To clarify the app crashes only when opened from the...
## 🐛 Bug Report A notification is received whilst the app is in the background, if you bring the app to the foreground and then open the notification from the...
## 🔙 Regression FirebasePushNotificationPlugin 3.4.22 is incompatible with Xamarin.Forms 5.0.0.2401 (cause AndroidX.Core references) - [ ] :robot: Android - [ ] :monkey: Xamarin.Forms I don't know how you succeed to...
Hi, the attribute android:exported is missing. This is the manifest after build: This needs to have android:exported="false" or "true" for it to be acceptable by the playstore. This is a...
## 🐛 Bug Report App crashes at FirebasePushNotificationManager.Initialize with error: {System.NullReferenceException: Object reference not set to an instance of an object. at Plugin.FirebasePushNotification.FirebasePushNotificationManager.Initialize (Foundation.NSDictionary options, System.Boolean autoRegistration) [0x00029] in /Users/runner/runners/2.169.1/work/1/s/Plugin.FirebasePushNotification/FirebasePushNotificationManager.ios.cs:141...