Changelog History
Page 1
-
v3.0.0 Changes
December 08, 2020๐ โ ๏ธ This is a major 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 -
v3.0.0-beta5 Changes
December 05, 2020Major Release 3.0.0 Beta 5 ๐ ๏ธ
๐ โ ๏ธ 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๐ฆ Always sending external id authentication token #824
- ๐ In this release we send the external id authentication hash in all players and on session calls
๐ฆ Direct Outcomes fix #823
- ๐ This release fixes an issue that caused direct outcomes to not function properly
-
v3.0.0-beta4 Changes
November 23, 2020Major 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 renamingOSSession
- ๐ 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.
-
v3.0.0-beta3 Changes
October 28, 2020Major 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
-
v3.0.0-beta2 Changes
October 06, 2020Major Release 3.0.0 Beta 2 ๐ ๏ธ
This beta adds a json representation of the
OSNotification
class -
v3.0.0-beta1 Changes
September 25, 2020Major 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 -
v2.16.1 Changes
December 02, 2020Always sending external id authentication token
- ๐ In this release we send the external id authentication hash in all players and on session calls
-
v2.16.0 Changes
November 21, 2020Removing IDFA Usage and Adding Authenticated External User ID Funcationality
-
v2.15.4 Changes
October 20, 2020๐ 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
- PR #745
- ๐ Fixes issue where In-App Message would not redisplay if triggers where meet after backgrounding than foregrounding the app
-
v2.15.3 Changes
August 26, 2020๐ 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
- ๐ Fixed issue where device could register without waiting for Apple to give the SDK a pushToken.