FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

Clash with https://github.com/thudugala/Plugin.LocalNotification

Open ryanhz opened this issue 3 years ago • 0 comments

💬 Questions and Help

This plugin clash with Plugin.LocalNotification in: UNUserNotificationCenter.Current.Delegate = CrossFirebasePushNotification.Current as IUNUserNotificationCenterDelegate; vs UNUserNotificationCenter.Current.Delegate = new LocalNotificationDelegate();

For questions or help we recommend checking:

ryanhz avatar Dec 14 '20 23:12 ryanhz