Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

2.12.1 Release

23 Apr 03:21
Compare
Choose a tag to compare

Android - Fixed missing AndroidManifestTemplate.xml

  • Fixed missing AndroidManifestTemplate.xml from 2.12.0 release.

2.12.0 Release

09 Apr 20:16
15ee532
Compare
Choose a tag to compare

Updated Android 3.13.1 and iOS 2.13.1 Native SDK

2.11.4 Release

27 Feb 19:22
Compare
Choose a tag to compare

Updated Native Android (3.12.7)

2.11.3 Release

01 Feb 04:20
6eb1f23
Compare
Choose a tag to compare

Updated Native Android (3.12.6), Updated Native iOS (2.12.6), Minor Bug Fixes

2.11.2 Release

18 Jan 01:42
61d0b48
Compare
Choose a tag to compare

Updated Native Android (3.12.5), Updated Native iOS (2.12.5), Minor Bug Fixes

2.11.1 Release

17 Dec 07:56
Compare
Choose a tag to compare

Outcomes, Confirmed Deliveries, & callback fixes

2.11.0 Release

06 Dec 22:06
Compare
Choose a tag to compare

iOS Outcome, Confirmed Deliveries, & Xcode Build Fixes

  • Updated to OneSignal-Android-SDK 3.12.3
    • Includes fix for automatically creating a new player it it was deleted
      from the OneSignal backend.
  • Updated to OneSignal-iOS-SDK 2.12.2
    • Outcome Events
    • Confirmed Deliveries
    • Fixes In-App Message crash on dismissing with timer
  • Number of iOS Xcode build fixes. (See #251 for even more details)
    • Unity 2019.3+ detection to use the new GetUnityMainTargetGuid and GetUnityFrameworkTargetGuid methods
    • Added notification background mode per the code suggested in issue #175.
    • Fixed overwriting LIBRARY_SEARCH_PATHS
      • This fixes -liPhone-lib and -lOneSignal errors related to this as well
    • Fixed overwriting .entitlements file
      • Existing file is now read and appended.
      • Requires 2018.2+ to append with a custom file name.
    • Fixed missing App Groups on the NotificationServiceExtension target
    • Fixed plist versions not updating on Append builds on the NotificationServiceExtension target
    • This fixes warnings in Xcode when Archiving the app if the app version number was updated in Unity.
    • Now supports Unity iOS builds on Windows
      • Projects copied to macOS build correctly in Xcode after now.
    • Fixed default iOS bundle id and TEAM ID to OneSignal's defaults.

2.10.0

05 Nov 19:28
4456692
Compare
Choose a tag to compare

Outcome Events Added for Android

  • Updated to OneSignal-Android-SDK 3.12.2
  • OneSignal-iOS-SDK is still using 2.11.2

2.9.1 Release

21 Oct 21:00
fe536f0
Compare
Choose a tag to compare

iOS Fixes

  • Updated to OneSignal-iOS-SDK 2.11.2
  • Fixed "duplicate _cStringCopy symbol linker error". Issue #227

2.9.0 Release

25 Sep 00:24
bb2231b
Compare
Choose a tag to compare

In-App Messaging Added

  • Added In-App Messaging to iOS

Updates from OneSignal-iOS-SDK 2.11.0

  • Added in In App Messaging feature
  • Various minor bug fixes

Updates from OneSignal-Android-SDK 3.11.4

  • Fixed getActiveNotifications() crash related to NotificationManager class
    • Similar to issue #422, but for Android 8.0.0 Samsung devices
  • Fixed an issue with In App Messaging where a drag would sometimes trigger an action

Updates from OneSignal-Android-SDK 3.11.3

  • Fixed startLocationUpdate NPE with the Builder on app focus
    • Regression bug from 3.11.0. Issue #811, PR #825
  • Fixed nested sendTags calls.
  • Fixed In-App Messaging crash when opening preview in rare cases
  • Fixed crash when rotating the device while an In-App Messaging is about to show