-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. * Fixed issue opening a 2nd URL notification not showing a webview. * Fixed syncHashedEmail errors and added validation to input. * 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
- Loading branch information
Showing
35 changed files
with
415 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.1.2 |
Binary file added
BIN
+22 KB
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.IOSResolver.dll
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-19 KB
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.2.0.dll
Binary file not shown.
Binary file added
BIN
+52 KB
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.JarResolver.dll
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-53.5 KB
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.2.0.dll
Binary file not shown.
Binary file added
BIN
+21.5 KB
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-22 KB
...4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.2.0.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/play-services-resolver.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.6.0.dll | ||
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.6.0.dll | ||
Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.6.0.dll |
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
....7OneSignalExample/Assets/PlayServicesResolver/Editor/play-services-resolver_v1.2.2.0.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+7.64 KB
(100%)
Unity4.7OneSignalExample/Assets/Plugins/Android/OneSignal/libs/OneSignalSDK.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+8 KB
(100%)
Unity5OneSignalExample/Assets/OneSignal/Platforms/Android/onesignal-unity.aar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-37.8 KB
(99%)
Unity5OneSignalExample/Assets/OneSignal/Platforms/iOS/libOneSignal.a
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.1 | ||
2.1.2 |
Binary file modified
BIN
+3 KB
(120%)
Unity5OneSignalExample/Assets/PlayServicesResolver/Editor/Google.IOSResolver.dll
Binary file not shown.
Binary file modified
BIN
-1.5 KB
(97%)
Unity5OneSignalExample/Assets/PlayServicesResolver/Editor/Google.JarResolver.dll
Binary file not shown.
Binary file modified
BIN
-512 Bytes
(98%)
Unity5OneSignalExample/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions
6
Unity5OneSignalExample/Assets/PlayServicesResolver/Editor/play-services-resolver.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Assets/PlayServicesResolver/Editor/Google.JarResolver.dll | ||
Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll | ||
Assets/PlayServicesResolver/Editor/Google.IOSResolver.dll | ||
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.6.0.dll | ||
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.6.0.dll | ||
Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.6.0.dll |
Oops, something went wrong.