Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
2.12.1 Release
Android - Fixed missing AndroidManifestTemplate.xml
- Fixed missing
AndroidManifestTemplate.xml
from 2.12.0 release.
2.12.0 Release
Updated Android 3.13.1
and iOS 2.13.1
Native SDK
- Android Native SDK Update
3.13.1
- iOS Native SDK Update
2.13.1
2.11.4 Release
Updated Native Android (3.12.7)
- Android Native SDK Update
3.12.7
2.11.3 Release
Updated Native Android (3.12.6), Updated Native iOS (2.12.6), Minor Bug Fixes
- Android Native SDK Update
3.12.6
- iOS Native SDK Update
2.12.6
2.11.2 Release
Updated Native Android (3.12.5), Updated Native iOS (2.12.5), Minor Bug Fixes
- Native Android SDK Updates:
- Native iOS SDK Updates:
2.11.1 Release
Outcomes, Confirmed Deliveries, & callback fixes
- Updated to OneSignal-Android-SDK 3.12.4
- Fixed regression issue from 2.11.0 with Android callbacks.
- Fixes issue #254
- Updated to OneSignal-iOS-SDK 2.12.3
2.11.0 Release
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.
- Includes fix for automatically creating a new player it it was deleted
- 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
2.9.1 Release
2.9.0 Release
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 - Fixed nested
sendTags
calls.- Issue #671
- 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