Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

2.16.1 Release

02 Dec 23:54
0ecfbe8
Compare
Choose a tag to compare

Always sending external id authentication token

  • In this release we send the external id authentication hash in all players and on session calls

3.0.0 Beta 4

23 Nov 21:37
Compare
Choose a tag to compare
3.0.0 Beta 4 Pre-release
Pre-release

Major Release 3.0.0 Beta 4 🛠️

⚠️ This is a major beta release which contains breaking API changes.
See the full list of changes along with step-by-step guides to upgrade.
https://documentation.onesignal.com/docs/mobile-2020-api-migration-guide

❓ Please provide feedback and bug reports with the beta version included in the title to this repo's issue tracker.
https://github.com/OneSignal/OneSignal-iOS-SDK/issues

Changes from 3.0.0 beta 4

  • Authenticated External User ID
  • Updating various public APIs such as removing setAppSettings and renaming OSSession
  • Fixing an issue with badge counts not being cleared
  • Fixing an issue with IAM push permission prompts not bringing the user to the settings app.

2.16.0 Release

21 Nov 02:13
4fb330e
Compare
Choose a tag to compare

Removing IDFA Usage and Adding Authenticated External User ID Funcationality

  • IDFA was causing issues with uploading apps to the app store and was not being used. It has been removed from the SDK
  • Authenticated External User ID functionality has been added to secure external user ids

3.0.0 Beta 3

28 Oct 22:12
Compare
Choose a tag to compare
3.0.0 Beta 3 Pre-release
Pre-release

Major Release 3.0.0 Beta 3 🛠️

⚠️ This is a major beta release which contains breaking API changes.
See the full list of changes along with step-by-step guides to upgrade.
https://documentation.onesignal.com/docs/mobile-2020-api-migration-guide

❓ Please provide feedback and bug reports with the beta version included in the title to this repo's issue tracker.
https://github.com/OneSignal/OneSignal-iOS-SDK/issues

Changes from 3.0.0 beta 2

  • App Clip Support
  • Fixing IAM previews from not being displayed

2.15.4 Release

20 Oct 18:09
be54eb1
Compare
Choose a tag to compare

Fixes In-App Message redisplaying scenario

  • Fixes issue where In-App Message would not redisplay if triggers where meet after backgrounding than foregrounding the app

3.0.0 Beta 2

06 Oct 00:57
Compare
Choose a tag to compare
3.0.0 Beta 2 Pre-release
Pre-release

Major Release 3.0.0 Beta 2 🛠️

⚠️ This is a major beta release which contains breaking API changes.
See the full list of changes along with step-by-step guides to upgrade.
https://documentation.onesignal.com/docs/mobile-2020-api-migration-guide

❓ Please provide feedback and bug reports with the beta version included in the title to this repo's issue tracker.
https://github.com/OneSignal/OneSignal-iOS-SDK/issues

Changes from 3.0.0 beta1

This beta adds a json representation of the OSNotification class

3.0.0 Beta1

25 Sep 02:13
Compare
Choose a tag to compare
3.0.0 Beta1 Pre-release
Pre-release

Major Release 3.0.0 Beta1🛠️

⚠️ This is a major beta release which contains breaking API changes.
See the full list of changes along with step-by-step guides to upgrade.
https://documentation.onesignal.com/docs/mobile-2020-api-migration-guide

❓ Please provide feedback and bug reports with the beta version included in the title to this repo's issue tracker.
https://github.com/OneSignal/OneSignal-iOS-SDK/issues

2.15.3 Release

26 Aug 02:15
e762b39
Compare
Choose a tag to compare

Fixed migration from another provider race condition

  • Fixed issue where device could register without waiting for Apple to give the SDK a pushToken.
    • In the migration scenario this means there was a new player is created instead of using the existing imported record that could have tags or other data on it.
    • PR #728

2.15.2 Release

13 Aug 20:29
965fa40
Compare
Choose a tag to compare

Scene Lifecycle Detection Improvements and Various Bug Fixes

  • Lifecycle delegates not being called for Scene based apps Fix PR
    • Instead of swizzling all of the UIApplicationDelegate lifecycle methods OneSignal now observers the UIApplication lifecycle NSNotificationCenter notifications, and will listen for the corresponding UIScene lifecycle notifications if applicable.
  • Notifications received while app is in the foreground but inactive being automatically opened Fix PR
  • Webviews not being cleared properly when there are multiple in a row Fix PR #606
  • Always updating notification types regardless of push token Fix PR
  • Doing a migration from the NSE when receiving a notification after the app is installed but not launched Fix PR

2.15.1 Release

05 Aug 19:51
cd42203
Compare
Choose a tag to compare

Fixing Swift Package Manager

  • This release fixes the Swift Package Manager build. The SwiftPM setup guide can be found here.