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

6 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)

5.0.4

6 months ago

What's Changed since v5.0.2

🐛 Bug Fixes

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/5.0.2...5.0.4

5.0.3

6 months ago

🚧 Do not use, please use version 5.0.4 🚧

  • You will not be able to import the package if using Xcode version below 15
  • v5.0.4 contains the same changes

5.0.2

8 months ago

⚠️ This is part of a major release which contains breaking API changes.

In this major version release for the OneSignal iOS SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

Note that Identity Verification has not yet been enabled in this version and will be released in a later version

For information please see the migration guide.

What's Changed Since v5.0.1

🐛 Bug Fixes

  • [Fix] Remove embed bitcode flag #1316
  • Fix bug when setting app_id from cache #1317

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/5.0.1...5.0.2

3.12.7

8 months ago

🐛 Bug Fixes

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

5.0.1

9 months ago

🐛 Bug Fixes

  • Fix Swift Package Manager Validation

Please see Release 5.0.0 for information on the release

5.0.0

9 months ago

⚠️ This is a major release which contains breaking API changes.

In this major version release for the OneSignal iOS SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

Note that Identity Verification has not yet been enabled in this version and will be released in a later version

For information please see the migration guide.

What's Changed Since beta 6

Push Subscription Update Fixes #1289 Session Influence Updates #1288 Handle errors for Creating a User #1290 Fix displaying multiple In App Messages for the same trigger #1294 Overhaul background tasks #1300

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/5.0.0-beta-06...5.0.0

3.12.6

9 months ago

🐛 Bug Fixes

🧰 Improvements

Make web views inspectable (https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1286) #1292

Other Notes This is the first 3.X.X version built using Xcode 14.1 build. This requires that we remove the armv7s architecture from supported architectures. It also requires that our minimum deployment target is bumped to iOS 11.

5.0.0-beta-06

10 months ago

🚧 Beta release. 🚧

In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide.

What's Changed Since beta 5

Fix a podspec build issue

  • Fixing Multiple Commands Produce cocoapods build issue #1281

Full Changelog: https://github.com/OneSignal/OneSignal-iOS-SDK/compare/5.0.0-beta-05...5.0.0-beta-06