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

Hello! In our project, we updated the plugin version from 2.3.6 to 3.1.6. An error occurs when starting Java.Lang.IllegalStateException    Message = Default FirebaseApp is not initialized in this process com.companyname.OmacPro....

Hello, Is it possible that touching the notification does not open any activity? simply that the notification be deleted

enhancement
help wanted

i believe they have made the exported attribute mandatory for all services, activities and receivers.

Thanks for writing this wonderful Library is there any plan to update the same for MAUI support.

I implemente all like as documentation work on Android but in ios token returns null and get errror in this function **FailedToRegisterForRemoteNotifications** and return no valid **“aps-environment” entitlement string found...

I am trying to enable "CriticalAlert" notifications. From Microsoft documentation, it's as simple as adding the flag: **UNAuthorizationOptions.CriticalAlert;** ```c# public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { UNUserNotificationCenter center =...

My Xamarin Forms apps are being rejected by Apple complaining about this missing privacy manifest file (PrivacyInfo.xcprivacy), I know there is a new version for MAUI, but could someone help...