Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

Release 5.1.5

16 Apr 02:02
6fa856b
Compare
Choose a tag to compare

✨ In-App Message Enhancements

  • The status bar will be hidden on full-bleed In-App Messages by @jennantilla in #1390
  • Add back the dropshadow on In-App Messages and include a plist option to disable it by @emawby in #1395
  • Add plist option to override and hide the gray overlay to In-App Messages by @jennantilla in #1396

Full Changelog: 5.1.4...5.1.5

Release 5.2.0-beta-01

11 Apr 22:40
d4bb7fa
Compare
Choose a tag to compare
Pre-release

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

Release 5.1.4

05 Apr 23:32
3adc677
Compare
Choose a tag to compare

What's Changed

🎉 New Features for Apple Privacy Requirements

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

🐛 Bug Fixes

  • Fix rare scenario where login requests are stuck and prevent the SDK from making updates (#1398)

Release 3.12.9

25 Mar 19:16
cd6e9a9
Compare
Choose a tag to compare

What's Changed

🎉 New Features for Apple Privacy Requirements

  • Fixed and added more privacy manifests to all products in #1392
  • The XCFrameworks in this release is signed to help keep your apps secure

Full Changelog: 3.12.8...3.12.9

Release 3.12.8

19 Mar 20:26
4705ba9
Compare
Choose a tag to compare

What's Changed

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

  • Added privacy manifests in #1360
  • The XCFrameworks in this release is signed to help keep your apps secure

Full Changelog: 3.12.7...3.12.8

Release 5.1.3

06 Mar 21:26
5ff232e
Compare
Choose a tag to compare

What's Changed

⚠️ Behavior Changes

  • When you call the jsonRepresentation method of OSPushSubscriptionState, if a property is null, the value will now be "" instead of the string literal "nil" in #1373

🐛 Bug Fixes & Misc Improvements

  • Rename internal method that was called setSharedInstance to workaround false App Store flagging in #1375
  • Improve Swift concurrency safety to address crash reports in production #1376
  • For our server: Add OneSignal-Subscription-Id to Create User request which improves last_active data in #1372

Release 5.1.2

06 Mar 18:17
caf6dd9
Compare
Choose a tag to compare

🚧 Do not use 🚧

  • Please use version 5.1.3 which includes the same changes

Release 5.1.1

05 Mar 22:40
6d06079
Compare
Choose a tag to compare

🚧 Do not use 🚧

  • Please use version 5.1.3 which includes the same changes

Release 5.1.0

05 Jan 20:33
1d341d3
Compare
Choose a tag to compare

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

Release 5.0.5

01 Dec 23:34
edfd415
Compare
Choose a tag to compare

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)