Onesignal Expo Plugin Versions Save

The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.

1.0.2

2 years ago

Fixes

Eas build managed credentials support by @rgomezp in https://github.com/OneSignal/onesignal-expo-plugin/pull/91

What's Changed

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.1...1.0.2

1.0.1

2 years ago

Changes

  • Add more info regarding the expo prebuild command to README.

Fixes

  • Upstream EAS workaround for "Missing Push Capability on iOS" issue. Adds aps-environment entitlement to NSE template. Although it is not required in normal builds, there is an upstream limitation from EAS that is resolved by including the push entitlement in both target entitlement files. As of 4/8/22, EAS builds will randomly pick an entitlement file if there are multiple in a project without differentiating among targets. This is resulting in flaky builds where half the time they work and half the time they don't. This can be seen as a temporary fix. Note it carries no side-effects / repercussions (i.e: the entitlement is superfluous but not critical to remove in the future).

Pull Requests

New Contributors

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0...1.0.1

1.0.0

2 years ago

1.0.0 Release - move to general availability (GA)

What's Changed

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0-beta11...1.0.0

1.0.0-beta11

2 years ago

What's Changed

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0-beta10...1.0.0-beta11

1.0.0-beta10

2 years ago

Added

  • ability to configure version numbers used in the NSE target's plist file.
  • OneSignalLog class for better console logging.
  • this changelog file.

Fixed

  • re-running expo prebuild will no longer result in duplicate entitlements and dependencies added to native files.

What's Changed (Auto-generated)

New Contributors

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0-beta9...1.0.0-beta10

1.0.0-beta9

2 years ago

Add ability to configure iOS deployment target

This release includes the ability to configure what deployment target will be used when building the Notification Service Extension target. See README for details.

What's Changed

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0-beta8...1.0.0-beta9

1.0.0-beta8

2 years ago

Adds NSE Support for iOS Integration

Automatically adds the Notification Service Extension to the application, adding support for features like:

  • Confirmed Deliveries
  • Badges
  • Media Attachments
  • Action Buttons
  • Influenced Opens

What's Changed

New Contributors

Full Changelog: https://github.com/OneSignal/onesignal-expo-plugin/compare/1.0.0-beta7...1.0.0-beta8

1.0.0-beta7

2 years ago

🚧 This is a beta release 🚧

See README for more details.

Changelog

  • Removed the 'external-accessory' background mode #22
  • Documentation improvments

1.0.0-beta6

2 years ago

🚧 This is a beta release 🚧

See README for more details.

Bug fixes, changes to README

1.0.0-beta4

2 years ago

🚧 This is a beta release 🚧

See README for more details.

Changelog

Republish without --tag beta so that NPM recognizes as latest.