You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalExample/Assets/OneSignal/CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Improved included [README](../../../com.onesignal.unity.android/Editor/OneSignalConfig.plugin/README.md) for changing the notification icons in the Android plugin.
14
14
- Added inline documentation and Unity idiomatic fields to the `InAppMessageAction`
15
15
### Fixed
16
-
-Added value to actionId for Android
17
-
-Added value to additionalData on Android for NotificationOpened
18
-
- Reverted [#430](https://github.com/OneSignal/OneSignal-Unity-SDK/pull/430) due to a deprecation of where Android resources can be stored in Unity. Notification icons to be changed for Android can again be found at `Assets/Plugins/Android/OneSignalConfig.plugin`.
19
-
-Updated example code for PostNotification to show an example that works without the API key
16
+
-Android deserialization of `NotificationAction` type now accounts for `actionID`
17
+
-Android deserialization of `Notification` type now accounts for `additionalData` in all cases
18
+
- Reverted [#430](https://github.com/OneSignal/OneSignal-Unity-SDK/pull/430) due to a deprecation of where Android resources can be stored in Unity. Notification icons to be changed for Android can again be found at `Assets/Plugins/Android/OneSignalConfig.plugin`. Fixes [#470](https://github.com/OneSignal/OneSignal-Unity-SDK/issues/470)
19
+
-Example code for `PostNotification` to show an example that works without the API key
20
20
- Reimplemented support for `RemoveExternalUserId`
21
21
- Reimplemented `disablePush` as `PushEnabled`
22
-
- iOS serialization of `Notification` type now accounts for `additionalData` and `rawPayload` in all cases
22
+
- iOS deserialization of `Notification` type now accounts for `additionalData` and `rawPayload` in all cases
23
23
- iOS notifications opened from cold start will be received via `NotificationOpened`
24
-
- Added missing Notification fields
24
+
- Added missing `Notification` fields
25
25
- Added prefix to the NSExtensionPrincipalClass in the NotificationServiceExtension Info.plist
26
26
- Error deserialization for identity methods on Android
0 commit comments