PushNotificationPlugin icon indicating copy to clipboard operation
PushNotificationPlugin copied to clipboard

Push Notification Plugin for Xamarin iOS and Android

Results 37 PushNotificationPlugin issues
Sort by recently updated
recently updated
newest added

Do we need to manually install any Android dependencies in order to work correctly? Such as `Xamarin.Firebase.Messaging` for example? After installing the plugin I don't see the dependencies in the...

I'm going through a series of pain trying to get notifications to work. Currently it only works if the App is opened. If my App is closed, notification will not...

The DefaultPushNotificationHandler for Android in method "void OnReceived(IDictionary parameters)" does a calue check in line 151 for the key "silent". The Values to be a valid silent Notification are "true"...

Hi guys i am sorry but at this point I am not sure how this plugin differs from the **FirebasePushNotificationPlugin**? https://github.com/CrossGeeks/FirebasePushNotificationPlugin Is this a newer/better version?

As written in title. At PushNotificationManager.ios.cs.WillPresentNotification, UnnotificationPresentationOptions.Alert is being deactivated when priorityValue is not "max"or "high". I believe the same things has to be done for UnnotificationPresentationOptions.Sound.

For my project I need to show notifications only if payload has specific value, but currently it seems that plug-in after initialization shows push received even if not pass it...

I am facing an issue in initializing the plugin after following the documentation. I already added the initialization code in AppDelegate.cs ` PushNotificationManager.Initialize(options, true);` But the exception is saying that...

Hi, It is to help in case any one wondering why ain't their OnTokenRefresh event fired in Android Project. If you have Link All set, you have to add "Plugin.PushNotification"...

bug
help wanted

Hello, When a user presses the notification on iOS, our app crashes. A look in the logs does not make us understand where the error is. Do you have an...

I cloned your master version and tried to run your PushNotificationSample. I replaced your google-services.json with mine and also rename the package name. I tried to send message from Firebase...