Plugin.FirebasePushNotifications
Plugin.FirebasePushNotifications copied to clipboard
Receive and handle firebase push notifications in .NET MAUI apps
Hello, i use this package as a replacement in the migration process from Xamarin to MAUI and it works on Android but on iOS it doesnt work. Im'm using the...
## Summary It‘s useful for some scenarios to get the list of delivered but not (yet) opened notifications which are currently displayed in the system tray. This list may include...
#### Description When calling RegisterNotificationCategories too early, you get a NullReferenceException #### Steps to Reproduce In my MainPage constructor, I call this code : CrossFirebasePushNotification.Current.TokenRefreshed += OnTokenRefresh; CrossFirebasePushNotification.Current.NotificationOpened += OnNotificationOpenedAsync;...
#### Description Remove all static options from `FirebasePushNotificationManager`. Static options are spread all over the code and need to be eliminated. #### Background & Context - Improve testability - Have...
### Description Remove all public void Handle* methods from IFirebasePushNotification. This requires adjustments in several places where these Handle methods are used. ### Background & Context These methods are solely...
#### Summary The CrossGeeks nuget have option to set the UNNotificationPresentationOptions on iOS. This version is not supporting it yet. ```csharp FirebasePushNotificationManager.ShouldShowWhen = UNNotificationPresentationOptions.Alert; ``` #### API Changes I would...
#### Description Today, different way to generate activity request codes are used. Clarify what is the best and safest way to generate such codes. `var requestCode = Rng.NextInt()` `var aRequestCode...
#### Summary For Android to be able to group the channels into group.
#### Description Got the following message when submitting an app for review in App Store Connect: > ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBLPromises.framework/FBLPromises”, which includes FBLPromises, an...