PushNotificationPlugin
PushNotificationPlugin copied to clipboard
Push Notification Plugin for Xamarin iOS and Android
It works like this: - it works if app is in foreground or background, - if kill app and then send notification it not works - if you again open...
**Java.Lang.IllegalStateException:** 'Default FirebaseApp is not initialized in this process pss.arijewrat. Make sure to call FirebaseApp.initializeApp(Context) first. Android Build = 29 Target SDK- 29 Have added google-play-services.json and also changed build...
how can I have custom notification builder in xamarin when using this plugin
When the notification payload doesn't include `priority` or `channel_id`. I expect that the notification will be shown if I set the `DefaultNotificationChannelImportance` to high or above, but it doesn't. After...
Java.Lang.IllegalStateException: 'Default FirebaseApp is not initialized in this process Make sure to call FirebaseApp.initializeApp(Context) first.' packagename matching with google services files please help as stuck in this error for many...
When user receive 2 or more different notification( different parameter in payload under data) while iOS app (using APNS) is in not running state. Clicking on one of them shouldn't...
Guys, Just a quick question regrading this if statement below that is found in the file [DefaultPushNotificationHandler.android.cs] (https://github.com/CrossGeeks/PushNotificationPlugin/blob/f02c67f4716dc9654d60d98f3543cc55653d0c7b/src/Plugin.PushNotification/DefaultPushNotificationHandler.android.cs#L146) Are there any reasons behind the conditions here? It seems that when...