Releases: thudugala/Plugin.LocalNotification
Releases · thudugala/Plugin.LocalNotification
v10.1.3
Fixed #353 and #354, preprocessor directives issue
v10.1.2
Fixed #343 Added TargetFrameworks net6.0 and net7.0
v10.1.1
Fixed #312 Always display last Notification info whenever Tap on any one of multi notifications in android
Thank you
@vxvendetta001
v10.1.0
#346 Added support to Ask for permissions on Android and iOS
Braking change
Now required the developer to request permission manually before sending notification
if (await LocalNotificationCenter.Current.AreNotificationsEnabled() == false)
{
await LocalNotificationCenter.Current.RequestNotificationPermission();
}
v10.0.3
- Fixed iOS notification permission request issue.
- Added support for .Net 7
- Added new EnableSound propery to NotificationChannelRequest in Android
v10.0.2
Added sync method in iOS for LocalNotificationCenter
LocalNotificationCenter.RequestNotificationPermission();
and
LocalNotificationCenter.ResetApplicationIconBadgeNumber();
v10.0.1
Added support for Geofence Repeats in iOS
Added support to specify both Notify On Entry and Exit in Geofence a notification.
v10.0.0
#270 Added .Net MAUI support
#274 Added NotificationDismissed event support
#221 Added Location-based notifications
#253 Fixed, Non-repeating notifications are not re-created after reboot on Android.
#251 Fixed, On Android, for repeating notifications, a time interval is added on every reboot pushing the notification further into the future.
Thank you
@Epictek for #273
v9.2.0
#253 Fixed Non-repeating notifications are not re-created after reboot on Android
Thank you @c0ff33-b34n for the testing
v9.1.3
#247 Add an option to change the Alarm Type for Android