OneSignal IOS SDK Versions Save

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com

5.1.5

3 weeks ago

✨ In-App Message Enhancements

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/5.1.4...5.1.5

5.2.0-beta-01

1 month ago

🎉 Push to Start Live Activities

To use Push To Start Live Activities, see documentation on How to start a Live Activity with a remote push notification.

In addition, new function OneSignal.LiveActivities.setup has been created which allows OneSignal to manage the lifecycle of a LiveActivity on behalf of the application. This includes listening for both pushToStart token updates and pushToUpdate token updates. When using this method, the application does not need to listen for pushToStart token updates, the starting of a live activity, nor update token updates.

5.1.4

1 month ago

What's Changed

🎉 New Features for Apple Privacy Requirements

  • The XCFrameworks in this release is signed to help keep your apps secure

🐛 Bug Fixes

3.12.9

1 month ago

What's Changed

🎉 New Features for Apple Privacy Requirements

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/3.12.8...3.12.9

3.12.8

1 month ago

What's Changed

⚠️ Please use updated version 3.12.9 for full privacy requirement support

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/3.12.7...3.12.8

5.1.3

2 months ago

What's Changed

⚠️ Behavior Changes

🐛 Bug Fixes & Misc Improvements

5.1.2

2 months ago

🚧 Do not use 🚧

  • Please use version 5.1.3 which includes the same changes

5.1.1

2 months ago

🚧 Do not use 🚧

  • Please use version 5.1.3 which includes the same changes

5.1.0

4 months ago

What's Changed since 5.0.5

🎉 New Methods

  • Add getter for onesignalId and externalId and a OSUserStateObserver to be notified of changes in #1344

⚠️ Behavior Changes ⚠️

  • Location sharing with OneSignal now defaults to false in #1352
    • You will need to explicitly enable location sharing with OneSignal with OneSignal.Location.isShared = true (in Swift) or [OneSignal.Location setShared:true] (in Obj-C)

🐛 Bug Fixes & Misc Improvements

  • For our server: Add refresh_device_metadata to create user so country / IP can be set #1339

5.0.5

5 months ago

What's Changed since 5.0.4

🎉 New Features

  • Add privacy manifests for the SDK (#1334)
  • Add public getTags method (#1338)

🐛 Bug Fixes

  • Fix legacy player ID was not cached properly when upgrading from v3, for sending to notification opens and confirmed deliveries (#1345)