Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
2.1.0 Release
Update to latest 3.4.0 Android native SDK and Unity 5.4 fixes
- Updated to latest 3.4.0 Android native SDK.
- Google Project number use from OneSignal server settings instead of local.
- Supports background image alignment.
- Send priority effects display priority
- Unity 5.4 bug fixes
- iOS - Android files were being included in the Xcode project.
- Set meta import settings to include Android only on Android/OneSignalConfig folder.
- iOS - Android files were being included in the Xcode project.
- Android
- Updated to v1.2.2 of unity-jar-resolver to fix menu not showing.
2.0.3
2.0.2
2.0.1
2.0.0
All platform updates
- New
HandleNotificationReceived
event. HandleNotificationOpened
now only fires when user taps on a notification or an alert.- Session count improvements.
- In app alert changes
- In app alerts are now shown by default instead of just firing an event.
- New
OSInFocusDisplayOption
options withInAppAlert
,Notification
, andNone
. Settable withinFocusDisplaying
fromOneSignal.Builder
.- This replaces
enableInAppAlertNotification
andenableNotificationsWhenActive
.
- This replaces
iOS Updates
- Support iOS 10 media attachments.
- Launch URL now defaults to opening in a pop-up webview instead of Safari.
- Support for iOS 6 was dropped. Only devices with iOS 7 and newer will register.
Android Updates
- Fixed Out of Date Google Play services app issues.
- Devices can now be as old as version 4 of GMS.
- Added more subscription statuses for Google Play services initialization errors.
- Badge support for newer Sony launchers and added Huawei launcher support.
- Setting Android sound name to "null" or "nil" disables the notification's sound.
- zh-Hant language detection.
- getTags now correctly returns values on 2nd and following calls.
- Fixed a number of rare Android crashes
- See the Android Native SDK 3.2.0 Release notes for a full list of fixes.
- Removed used of fallback hardware ids.
This version includes iOS Native SDK 2.1.15 and Android Native SDK 3.3.0.
1.16.0 Release
Improved compatibility with other Android plugins
- Added unity-jar-resolver to prevent Google Play service and Android support v4 library conflicts with other plugins.
1.15.2 Release
Added ClearOneSignalNotifications for Android
1.15.1 Release
AndroidManifest.xml package values are set automatically
1.15.0 Release
Support for background images on Android
1.14.1 Release
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.