- [iOS][macOS] Breaking changes iOS and macOS classes have been renamed and refactored as they are based on the same operating system and share the same notification APIs. Rather than having a prefix of either
IOSorMacOS, these are now replaced by classes with aDarwinprefix. For example,IOSInitializationSettingscan be replaced withDarwinInitializationSettings - [Android][iOS][macOS] Added support for notification actions. Massive thanks to Sebastian Roth and Pieter van Loon for their work on this
- [Android] Updated how scheduled notifications are saved to shared preferences so it is done in the background. This is to fix issue 1378 where
pendingNotificationRequestsmethod may not report the correct number of scheduled notifications if it is invoked before the data had been saved to shared preferences