v1.7.0
You can now add notifications with interactions π
| Notification | With Action | With TextInput Action |
|---|---|---|
![]() |
![]() |
![]() |
The following methods are added:
addNotificationRequestsetNotificationCategoryremoveAllPendingNotificationRequestsgetPendingNotificationRequests
Added deprecation notices for methods that were using deprecating methods since iOS10.
The following methods are now deprecated, and will be removed from the next major version release.
presentLocalNotification: useaddNotificationRequestinsteadscheduleLocalNotification: useaddNotificationRequestinsteadcancelAllLocalNotifications: useremoveAllPendingNotificationRequestsinsteadgetScheduledLocalNotifications: usegetPendingNotificationRequestsinstead
Changelog
- feat: add removeAllPendingNotificationRequests method (#206) by @Naturalclar
- feat: add notification request (#207) by @Naturalclar
- fix: crash on non-textinput action (#208) by @Naturalclar
- docs: remove pre iOS10 information from README (#209) by @Naturalclar
- chore: fix uunnotificationpresentationoption constant in example (#210) by @Naturalclar
- feat: add threadIdentifier for local notification (#211) by @Naturalclar


