ios

React Native Push Notification API for iOS.

MIT License

Stars
745
Committers
50

Bot releases are visible (Hide)

ios - v1.11.0 Latest Release

Published by Naturalclar over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/react-native-push-notification/ios/compare/v1.10.1...v1.11.0

ios - v1.10.0

Published by Naturalclar about 3 years ago

FEAT: Add ability to repeat notifications like on iOS (#268) by @ghivert and @jamesxabregas
FEAT: add day of the week and year repetition (#325) @Naturalclar credits to @jamesxabregas
Docs: corrected removePendingNotificationRequests demo code (#321) @mklb

ios -

Published by Naturalclar about 3 years ago

Added Support for rich notification with image 🎉🎉

Feat

  • Support for rich notification (#272) @vuletuan @vuletuanbt
  • Add support for critical notifications (#277) @monder

Docs

  • Update README.md (#230) @dabhitapan

Internal

  • chore: update React Native Version (#314) @Naturalclar
  • chore: update jest (#318) @Naturalclar
ios -

Published by Naturalclar almost 4 years ago

chore: refactor RCTConvert (#240) by @Naturalclar
fix: remove completionHandler from finish (#241) by @Naturalclar
feat: add removePendingNotificationRequests method (#242) by @Naturalclar

ios -

Published by Naturalclar almost 4 years ago

chore: update flowtype (#231) by @Naturalclar
chore: update iOS version of example (#238) by @Naturalclar
feat: Add badge and sound to UNNotification and UNNotificationRequest formatters (#237) by @nbolender

ios -

Published by Naturalclar almost 4 years ago

fix: build error on local notification (#228) by @Naturalclar

ios -

Published by Naturalclar almost 4 years ago

  • Fix typo (#215) @Dallas62
  • Fix for #119 (#221) by @alexnaiman
  • set userInteraction on initial notification (#220) by @johnryan
ios - v1.7.1

Published by Naturalclar almost 4 years ago

Allows building for MacOS Catalyst

Changelog

feat: allow mac catalyst build (#213) by @Naturalclar

ios - v1.7.0

Published by Naturalclar almost 4 years ago

You can now add notifications with interactions 🎉

Notification With Action With TextInput Action

The following methods are added:

  • addNotificationRequest
  • setNotificationCategory
  • removeAllPendingNotificationRequests
  • getPendingNotificationRequests

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: use addNotificationRequest instead
  • scheduleLocalNotification: use addNotificationRequest instead
  • cancelAllLocalNotifications: use removeAllPendingNotificationRequests instead
  • getScheduledLocalNotifications: use getPendingNotificationRequests instead

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
ios -

Published by Naturalclar about 4 years ago

fix completion handler constants (#172) by @vonovak
chore: add github actions (#199) by @Naturalclar
feat: include response actionIdentifier in event (#197) by @vonovak
fix: incorrect typescript type (#198) by @Mighty683

ios - v1.6.0

Published by Naturalclar about 4 years ago

feat: Add authorizationStatus in permissions object (#185) by @chochihim
fix: Xcode 12 compatibility (#181) by @radko93

ios - v1.5.0

Published by Naturalclar about 4 years ago

feat: Add userInteraction attr for user opened push (#122) by @xvonabur

ios -

Published by Naturalclar about 4 years ago

fix: fix(169) issue (#175)
fix: use correct line endings (CRLF) for .bat files (#171)
chore(deps): bump lodash from 4.17.15 to 4.17.19 (#156)

ios - v1.4.0

Published by Naturalclar about 4 years ago

feat: Add method getTitle to get notification title in JS (#157) by @lukebars
docs: Update README.md (#145) by @Naturalclar
chore: add example for getTitle method (#158) by @Naturalclar

ios - v1.2.2

Published by Naturalclar over 4 years ago

docs: adding npx pod-install instruction (#125) by @MateusAndrade
feat: Add alertTitle, repeatInterval to formatted notification (#131) by @lukebars
fix: iOS build breaking (#135) by @lukebars
fix: Add missing UserNotifications import (#128) by @grit96

ios - v1.3.0

Published by Naturalclar over 4 years ago

feat: Added support for checking if lockScreen and notificationCenter settings are enabled (#142) by @alexhernandez

chore: chore: update example and lint (#137) by @Naturalclar

ios - 1.2.1

Published by Naturalclar over 4 years ago

fix: Add alertTitle, repeatInterval to formatted notification #131 by @lukebars

docs: Update Readme.md (#114) by @Naturalclar
docs: adding npx pod-install instruction (#125) by @MateusAndrade
chore: fix example (#127) by @Naturalclar

ios - v1.2.0

Published by Naturalclar over 4 years ago

  • feat: Handling local notification event for IOS 10+ (#104) by @MorganTrudeau

  • docs: Update README.md (#103) by @hackervera

  • chore: update lint config and typescript (#100) by @Naturalclar

  • chore: add error message when not in production mode (#99)by @Naturalclar

  • chore: Example project fixes (#96) by @Psiiirus

  • chore: add whitelist for publishing to npm (#109) by @Naturalclar

  • chore: update example to RN 0.62.2 (#111) by @Naturalclar

ios - v.1.1.1

Published by Naturalclar over 4 years ago

chore(docs): Update Setup instructions in README #93
fix: Use Main thread for requesting notification permissions #90

ios - v1.1.0

Published by Naturalclar over 4 years ago

  • chore(example): Update example to use function component #86
  • chore(docs): Add Reference to README docs #84
  • chore: updated repository name to push-notification-ios #83
  • fix: code errors for breaking the build #82
  • chore(example): Update example to use React Native 0.61.5 #51
  • feat: replace apple-deprecated notification method #66