All Versions
41
Latest Version
Avg Release Cycle
20 days
Latest Release
834 days ago

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, 2020

    Major 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, 2020

    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.
  • v3.0.0-beta3 Changes

    October 28, 2020

    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
  • v3.0.0-beta2 Changes

    October 06, 2020

    Major Release 3.0.0 Beta 2 ๐Ÿ› ๏ธ

    This beta adds a json representation of the OSNotification class

  • v3.0.0-beta1 Changes

    September 25, 2020

    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

  • v2.16.1 Changes

    December 02, 2020

    Always 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, 2020

    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
  • 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
  • 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