Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

1.15.0 Release

08 Jul 03:18
Compare
Choose a tag to compare

Support for background images on Android

1.14.1 Release

05 Apr 04:27
Compare
Choose a tag to compare

Android and iOS misc fixes

  • Added default notification accent color option for Android 5+ devices.
    • com.onesignal.NotificationAccentColor.DEFAULT
  • Detects push environment correctly when an iOS wildcard provisioning profile is used.
  • Fixed null context error with Android SDK with badge.
  • setEmail fixes.

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.