Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
2.3.2 Release
2.3.1 Release
2.3.0 Release
New Observer methods
- Added
PromptForPushNotificationsWithUserResponse
for iOS. - Added
GetPermissionSubscriptionState
- Added
permissionObserver
andsubscriptionObserver
event delegates - Added
inFocusDisplayType
property.
See the Unity SDK API reference for full details on the new methods.
2.2.2 Release
Android Build Fix with Unity 5.0 to 5.5
- Fixed applicationIdentifier not found error.
2.2.1 Release
Native SDK library updates
- Updated iOS native to 2.5.2
- Updated from 2.4.2.
- Updated Android native to 3.4.4.
- Updated to newest Google jar resolver version 1.2.16.0 .
- Updated from 1.2.9.0.
2.2.0 Release
Xcode 8
Xcode 7 is no longer supported in this release, please update to Xcode 8
iOS NotificationServiceExtension
iOS Media attachments and action buttons now use a NotificationServiceExtension with mutable-content
instead of content-available
on iOS 10 for improved delivery reliability and speed. This fixes the issue where notifications with these features would not show if the app was force-quit by swiping it away.
Upgrade NOTE!
Make sure to follow the new step to add this Notification Service Extension as it is now required to add action buttons and Attachments.
Add Notification Service Extension
Failing to add this will result in basic notifications shown without these features on iOS 10 devices.
Misc iOS Fixes
- Fixed bug where sending notifications with action buttons set would remove other notification categories set in the app.
- Fixed issue where
actionID
was not set when tapping on a notification button without additional on the notification. - Fix for intermittent IAP crash. Issue #30
2.1.4 Release
- IAP fixes for both Android and iOS.
- Android 2.3 to 3.2 compatibly fix when proguard is enabled.
- Updated to newest Google jar resolver.1.2.9.0 from 1.2.6.0
2.1.3 Release
- Fixed iOS
kOSSettingsKeyAutoPrompt
setting from version 2.1.2 - Fixed WP8.1 compiler error.
2.1.2 Release
Updated to iOS native SDK 2.3.2 and Android SDK 3.4.2
iOS
- Fixes issues with opened and received callbacks.
- Added additional notification_types status for "No Push Token" to help debug issues which will show on the OneSignal dashboard.
- Fixed rare crash with postNotification. Issue #22
- Fixed issue opening a 2nd URL notification not showing a webview.
- Fixed syncHashedEmail errors and added validation to input. Issue #21
- Fixed issue where an iOS 10 media notification could hang the main thread when downloading it.
Android
- Added support for badges on older Samsung devices as well as OPPO an ZUK devices.
- Fixed SyncService logcat error.
Other
- Updated to 1.2.6.0 of unity-jar-resolver
2.1.1 Release
Updated to latest native SDKs with bug fixes
- Compatibility fixes with other iOS notification plugins
- Both local and remote on iOS 10
- Fixed issue with action.actionID and action.type not being set.
- Fixed issue with nest additional data values on Android.
- iOS SDK 2.2.2, Android SDK 3.4.1