Skip to content

Releases: OneSignal/OneSignal-XCFramework

Release 3.12.5

14 Apr 18:59
091f9c5

Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Release 3.12.4

16 Mar 19:05
539db4b

Choose a tag to compare

🐛 Bug Fixes

Release 5.0.0-beta-02

17 Feb 22:48
a4bacc8

Choose a tag to compare

Release 5.0.0-beta-02 Pre-release
Pre-release

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

🐛 Bug Fixes

Release 5.0.0-beta-01

03 Feb 22:27
21cabf6

Choose a tag to compare

Release 5.0.0-beta-01 Pre-release
Pre-release

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

Release 5.0.0-alpha-02

13 Jan 21:45
36f8d3b

Choose a tag to compare

Pre-release

🚧 Alpha release. It is not recommended to use in production. 🚧

🚀 Features

🐛 Bug Fixes

Please see migration guide here.

Release 5.0.0-alpha-01

10 Jan 19:07
26861da

Choose a tag to compare

Pre-release

In this major version alpha 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.

Find our migration guide here

Test release 5.0.0

15 Dec 21:26

Choose a tag to compare

Test release 5.0.0 Pre-release
Pre-release

This is a test release

Release 3.12.3

23 Nov 20:38
b87060d

Choose a tag to compare

Check if app_id is in url path

app_id must be included with each request. In order to reduce load on the server we fail requests early on the client that we know will fail on the server. Currently the check in OneSignalRequest looks for app_id in the body as a param. However there is another valid way to send the app_id that is after "/apps" in the path".

PRs included in this release

OneSignal/OneSignal-iOS-SDK#1163
OneSignal/OneSignal-iOS-SDK#1162
OneSignal/OneSignal-iOS-SDK#1161

Release 3.12.2

21 Nov 23:20
16b4602

Choose a tag to compare

Encode activity_id

Since activity_id is customer generated and shows up in the path to enter or exit a live activity it must be encoded.

PRs included in this release

OneSignal/OneSignal-iOS-SDK#1159

Release 3.12.1

17 Nov 23:39
0737e66

Choose a tag to compare

Adding device type to Live Activity API call + fixing internal version issue

PRs included in this release

OneSignal/OneSignal-iOS-SDK#1155