Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

1.14.0 Release

01 Apr 23:55
Compare
Choose a tag to compare

Android Badges and iOS geotagging

  • Added support for Android badges.
    • Supported on launchers by Sony, Samsung, LG, HTC, Xiaomi, ASUS, ADW, APEX, and NOVA.
  • Adds support for geotagging to iOS.
  • Added SetEmail.

1.13.2 Release

03 Mar 23:57
Compare
Choose a tag to compare

Fixed Android regression bug with Unity 5 SDK requiring API level 23

  • Also updated to latest Android Native OneSignal SDK version 2.1.3.

1.13.1 Release

22 Feb 21:02
Compare
Choose a tag to compare

Fixed issue with null error on getTags on Android

  • Updated to latest 2.1.1 Android library to fix the issue.

1.13.0 Release

18 Feb 06:22
Compare
Choose a tag to compare

Tag and warning fixes and support for new iOS payload

  • Includes updates to the latest minor release of native iOS and Android SDKs.
  • Android send and delete tag fixes.
  • Device log warnings fixes for both iOS and Android.
  • iOS - added support for a new APNs payload.

1.12.4 Release

25 Jan 22:47
Compare
Choose a tag to compare

Unity 5 Android build fix - manifest merge with other plugins

  • Fixed Android manifest merge errors with uses-sdk values when building and using some other Android plugins.
    • This includes errors with Android targetSdkVersion and minSdkVersion.

1.12.3 Release

19 Jan 04:59
Compare
Choose a tag to compare

Android fixes - default sound and rare registration issues

  • Fixed bug where onesignal_default_sound was not being used by default when included in res/raw.
  • Fixed rare registration issue when the device has an intermittent connection or a mixture of 8.3.0 and 8.4.0 GMS aar files are used.
  • Removed unused play-services-analytics aar file.
  • Renamed 4.6 unitypackage to include 4.7 for compatibly clarity.

1.12.2 Release

09 Jan 04:02
Compare
Choose a tag to compare

PostNotification callback and Android old GMS library fixes

  • Fixed issue where a 2nd PostNotification callback would not fire if another one was started from within the success or failure the first one.
  • Updated native Android SDK library to fix a registration issue if a very old GMS library was used instead of the provided library.

1.12.1 Release

19 Dec 08:10
Compare
Choose a tag to compare

Android GMS registration fix.

  • Fixed issue where Android device would not register in some cases if Google Play services 8.1.0 or newer was used in the project.

1.12.0 Release

18 Dec 02:51
Compare
Choose a tag to compare

Android OneSignal Native SDK 2.0 and Misc fixes

  • Updated Android native OneSignal to version 2.0.1 from 1.10.7
  • Moved most SDK files into a OneSignal folder for Unity 5 for a cleaner import.
    • 4.6 SDK package exists for backwards compatibility.
  • Updated to latest version of Google Play services and Android Support library v4 with AAR files.
    • This fixes compatibility when also using the Google Play Games for Unity plugin in a project.
  • Fixed Log link error when using some other Unity plugins.

1.11.3 Release

09 Nov 22:28
Compare
Choose a tag to compare

Fixed WP8.1 build error with Unity 4.6

  • Fixed error when building for Windows Phone 8.1 in Unity 4.6
  • Added Android/OneSignalNotificationRes to unitypackage to make customizing android notification icons easier.