-
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.
PostNotification callback and Android old GMS library fixes
* Fixed issue where a 2nd PostNotification callback would not fire if another one was started from within the success or failure the first one. * Updated native Android SDK library to fix a registration issue if a very old GMS library was used instead of the provided library.
- Loading branch information
Showing
8 changed files
with
458 additions
and
454 deletions.
There are no files selected for viewing
Binary file modified
BIN
+712 Bytes
(100%)
Unity4.6OneSignalExample/Assets/Plugins/Android/OneSignal/libs/OneSignalSDK.jar
Binary file not shown.
454 changes: 228 additions & 226 deletions
454
Unity4.6OneSignalExample/Assets/Plugins/OneSignal/OneSignal.cs
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.12.1 | ||
1.12.2 |
Binary file not shown.
Binary file modified
BIN
+833 Bytes
(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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.12.1 | ||
1.12.2 |
454 changes: 228 additions & 226 deletions
454
Unity5OneSignalExample/Assets/OneSignal/src/OneSignal.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.