-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.1] - 2024-10-16 ### Changed - Bug fix associated with the `registerForPushNotificationsAsync` method hanging for Android devices in some cases.
- Loading branch information
Unity Technologies
committed
Oct 16, 2024
1 parent
16b2a15
commit 50dc48a
Showing
14 changed files
with
100 additions
and
10 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"timestamp":1732620451,"signature":"DvQlluzS1Ol1+QX4bwEz1e7YPjeJS0FgRw+5dgmHkn5tXp0/sX8pk+sO+yzO7lvJgxMp9MoBZDumue3E7HowKvl4KBWSme6b67TfOsjQmWBrqedGGt5A3uV74gHyi65SN9o3vPWM+63PRYbwDTyV8WzVtxsqANxYy2JxxXOVHOervjfkhDqSXRDjQBRraKazzNLKzaKfbVH51YsvWlu2AkJCfxqyQYyrzcaVUv6OPYdJ09QA2W/IugooX6y0tiP+9lRM1mUkWP0RiX168CHdQOWO4PC6eFxttQEqEXdtghdXmF78spJ8ualK2BwXu7/W3OczcXVlUUmQTDmOsTMzBNKpHwjGo398AwchYTUIdy7TOlrILuNqifYT5lAhVwdLU6CWSn9WXCYjHGW3DsjQIW5PTLEmL9EpnlvStKkfu07uULmklDhdoWvHY0uB5QyPShYaDZlwoXbPpaC7fBIECSZP0qpc8aiw8EIR0HufBlVcIo6V+bfGNAXU2dve6ymX","publicKey":"LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQm9qQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FZOEFNSUlCaWdLQ0FZRUFzdUhXYUhsZ0I1cVF4ZEJjTlJKSAordHR4SmoxcVY1NTdvMlZaRE1XaXhYRVBkRTBEMVFkT1JIRXNSS1RscmplUXlERU83ZlNQS0ZwZ1A3MU5TTnJCCkFHM2NFSU45aHNQVDhOVmllZmdWem5QTkVMenFkVmdEbFhpb2VpUnV6OERKWFgvblpmU1JWKytwbk9ySTRibG4KS0twelJlNW14OTc1SjhxZ1FvRktKT0NNRlpHdkJMR2MxSzZZaEIzOHJFODZCZzgzbUovWjBEYkVmQjBxZm13cgo2ZDVFUXFsd0E5Y3JZT1YyV1VpWXprSnBLNmJZNzRZNmM1TmpBcEFKeGNiaTFOaDlRVEhUcU44N0ZtMDF0R1ZwCjVNd1pXSWZuYVRUemEvTGZLelR5U0pka0tldEZMVGdkYXpMYlpzUEE2aHBSK0FJRTJhc0tLTi84UUk1N3UzU2cKL2xyMnZKS1IvU2l5eEN1Q20vQWJkYnJMbXk0WjlSdm1jMGdpclA4T0lLQWxBRWZ2TzV5Z2hSKy8vd1RpTFlzUQp1SllDM0V2UE16ZGdKUzdGR2FscnFLZzlPTCsxVzROY05yNWdveVdSUUJ0cktKaWlTZEJVWmVxb0RvSUY5NHpCCndGbzJJT1JFdXFqcU51M3diMWZIM3p1dGdtalFra3IxVjJhd3hmcExLWlROQWdNQkFBRT0KLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg"} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiRules: | ||
- exclude: | ||
hasAttribute: | ||
uid: System.ComponentModel.EditorBrowsableAttribute | ||
ctorArguments: | ||
- System.ComponentModel.EditorBrowsableState.Never |
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.
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,5 +1,3 @@ | ||
# Push Notifications SDK | ||
|
||
> Note: This product is in open beta, for more information please contact us. | ||
This package adds support for push notifications to your project, allowing you to send push notification campaigns to your users. |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.services.push-notifications", | ||
"displayName": "Push Notifications", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"unity": "2021.3", | ||
"_upm": { | ||
"gameService": { | ||
|
@@ -14,7 +14,7 @@ | |
"Android", | ||
"iOS" | ||
], | ||
"changelog": "### Changed\n\n- Bumps the unity version to 2021.3\n- Updated `com.unity.services.analytics` dependency to 6.0.1" | ||
"changelog": "### Changed\n- Bug fix associated with the `registerForPushNotificationsAsync` method hanging for Android devices in some cases." | ||
}, | ||
"description": "This package adds support for Push Notifications to your game. It allows sending rich push notifications with images, and provides analytics on the number of received push notifications.", | ||
"dependencies": { | ||
|
@@ -30,15 +30,15 @@ | |
} | ||
], | ||
"relatedPackages": { | ||
"com.unity.services.push-notifications.tests": "4.0.0" | ||
"com.unity.services.push-notifications.tests": "4.0.1" | ||
}, | ||
"upmCi": { | ||
"footprint": "af8df0834b2b91b5e123cc826be53e8020d8f3d6" | ||
"footprint": "c37f049cf68483ae743a4782992c45f60c5441d3" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git", | ||
"type": "git", | ||
"revision": "50b23cb45b26b142133375a4d22e504fd2707203" | ||
"revision": "7d105ba1603a3370df040d31623257840cb44525" | ||
} | ||
} |