Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

Release 5.0.0-beta-01

03 Feb 21:56
a38c92a
Compare
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 20:30
d849f0d
Compare
Choose a tag to compare
Pre-release

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

🚀 Features

  • Live Activity support on 5.0.0 in #1189

🐛 Bug Fixes

  • Fix a bug in identifying a user in #1210
  • Fix a bug in firing the push subscription observer in #1211

Please see migration guide here.

Release 5.0.0-alpha-01

10 Jan 18:47
55669f1
Compare
Choose a tag to compare
Pre-release

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

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 for 5.0.0 alpha

15 Dec 22:07
Compare
Choose a tag to compare
Pre-release

This is a test release

Release 3.12.3

23 Nov 20:30
f5666b1
Compare
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

#1163
#1162
#1161

Release 3.12.2

21 Nov 22:19
320ed5d
Compare
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

#1159

Release 3.12.1

17 Nov 23:24
ddc14cc
Compare
Choose a tag to compare

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

PRs included in this release

#1155

Release 3.12.0

16 Nov 23:36
8c34107
Compare
Choose a tag to compare

Adding Live Activity Support

Added two public methods

  • enterLiveActivity
  • exitLiveActivity
    These public methods make API calls and associate an activityId with a temporary push token on the OneSignal server

Adding Live Activity Support to the Example project

Users can now start a demo Live Activity from the example project.
Scroll down on the main screen and click "Start Live Activity"

PRs included in this release

#1150
#1152

Release 3.11.5

07 Nov 22:53
45fc864
Compare
Choose a tag to compare

Releasing 3.11.5 to fix checksum issues in 3.11.4

PRs included in this release

None

Release 3.11.4

28 Oct 21:42
4650809
Compare
Choose a tag to compare

Releasing the SDK using Xcode 13 build tools and re-including 32 bit architectures

  • PR #1132 Removed 32 bit architectures since they are not supported in Xcode 14, but this causes us to drop support for iOS 9 and 10. This release adds back the 32 bit architectures while still allowing us to develop in Xcode 14. #1134

PRs included in this release

#1134