AzurePushNotificationPlugin icon indicating copy to clipboard operation
AzurePushNotificationPlugin copied to clipboard

Azure Push Notification Plugin for Xamarin iOS and Android

Results 17 AzurePushNotificationPlugin issues
Sort by recently updated
recently updated
newest added

Same issue as reported here: https://github.com/CrossGeeks/PushNotificationPlugin/issues/175 Is it possible to add Exported = false to the Service tag of PNMessagingService?

All works fine for me, but when I lock the screen and wait a few minutes the notification will not show or make a sound. I'm testing on a Samsung...

Hello all, where should I receive info about a push notification message clicked on for a killed app

Thanks for your great work, I tried AzurePushNotificationSample and I noticed that in MainApplication.cs AzurePushNotificationManager.Initialize if I set ResetToken = false the registration doesn't happen, if ResetToken = true the...

bug
help wanted

I've been noticing an issue with multiple device registration on Azure notifications hub from using this plugin. I'm not completely sure if my understanding is accurate of what is going...

Hey guys, I'm doing some tests with Android, but when I send a test message through Azure Notification Hub, I receive the following message on the portal: "Message was successfully...

Hi, For the production release, I encounter a random issue. Some devices at first launch it got registered but after a while, it will sort of de-register. These devices will...

This pull request allows to receive multiple notifications to Android devices by assigning a random value to the notifyId.

If my app receives multiple push notifications, I would like them all to be cleared when the user opens the application. Both if the user clicks on a notification, and...

when receiving the notification for the 1st time it works fine but when the app restarts the token is empty and the app crashes see below for screenshots; ![Screenshot 2020-11-16...