Skip to content

Releases: thudugala/Plugin.LocalNotification

v10.1.3

15 Jan 09:22
Compare
Choose a tag to compare

Fixed #353 and #354, preprocessor directives issue

v10.1.2

14 Jan 08:50
Compare
Choose a tag to compare

Fixed #343 Added TargetFrameworks net6.0 and net7.0

v10.1.1

14 Jan 04:29
Compare
Choose a tag to compare

Fixed #312 Always display last Notification info whenever Tap on any one of multi notifications in android

Thank you
@vxvendetta001

v10.1.0

14 Jan 03:02
Compare
Choose a tag to compare

#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

29 Nov 09:29
e22194e
Compare
Choose a tag to compare
  1. Fixed iOS notification permission request issue.
  2. Added support for .Net 7
  3. Added new EnableSound propery to NotificationChannelRequest in Android

v10.0.2

19 Aug 07:57
Compare
Choose a tag to compare

Added sync method in iOS for LocalNotificationCenter

LocalNotificationCenter.RequestNotificationPermission();
and
LocalNotificationCenter.ResetApplicationIconBadgeNumber();

v10.0.1

04 Aug 23:52
81a865a
Compare
Choose a tag to compare

Added support for Geofence Repeats in iOS
Added support to specify both Notify On Entry and Exit in Geofence a notification.

v10.0.0

01 Aug 23:31
558c7e2
Compare
Choose a tag to compare

#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

08 Feb 03:06
Compare
Choose a tag to compare

#253 Fixed Non-repeating notifications are not re-created after reboot on Android

Thank you @c0ff33-b34n for the testing

v9.1.3

30 Jan 06:17
Compare
Choose a tag to compare

#247 Add an option to change the Alarm Type for Android