-
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.0] - 2024-09-27 ### Changed - Bumps the unity version to 2021.3 - Updated `com.unity.services.analytics` dependency to 6.0.1
- Loading branch information
Unity Technologies
committed
Sep 27, 2024
1 parent
295c6f2
commit 16b2a15
Showing
2 changed files
with
14 additions
and
7 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
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,8 +1,8 @@ | ||
{ | ||
"name": "com.unity.services.push-notifications", | ||
"displayName": "Push Notifications", | ||
"version": "4.0.0-pre.1", | ||
"unity": "2020.3", | ||
"version": "4.0.0", | ||
"unity": "2021.3", | ||
"_upm": { | ||
"gameService": { | ||
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/environments/default/campaigns/push/overview", | ||
|
@@ -14,11 +14,11 @@ | |
"Android", | ||
"iOS" | ||
], | ||
"changelog": "### Changed\n\n- You can now only subscribe to OnNotificationReceived before calling RegisterForPushNotificationsAsync\n - Once RegisterForPushNotificationsAsync completes, OnNotificationReceived will be invoked if the app was launched from a remote notification\n- Updated `com.unity.services.analytics` dependency to 5.0.0\n- Updated `com.unity.services.core` dependency to 1.10.1\n- Added `com.unity.mobile.notifications` version `2.2.0` as a dependency.\n\n### Fixed\n\n- Behaviour when the app is launched from a push notification is now consistent between iOS and Android (incoming push notification data is broadcast after RegisterForPushNotificationsAsync flow is complete)" | ||
"changelog": "### Changed\n\n- Bumps the unity version to 2021.3\n- Updated `com.unity.services.analytics` dependency to 6.0.1" | ||
}, | ||
"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": { | ||
"com.unity.services.analytics": "5.0.0", | ||
"com.unity.services.analytics": "6.0.1", | ||
"com.unity.services.core": "1.10.1", | ||
"com.unity.mobile.notifications": "2.2.0" | ||
}, | ||
|
@@ -30,15 +30,15 @@ | |
} | ||
], | ||
"relatedPackages": { | ||
"com.unity.services.push-notifications.tests": "4.0.0-pre.1" | ||
"com.unity.services.push-notifications.tests": "4.0.0" | ||
}, | ||
"upmCi": { | ||
"footprint": "054068a89710c104e87a975345d09a133468fb0c" | ||
"footprint": "af8df0834b2b91b5e123cc826be53e8020d8f3d6" | ||
}, | ||
"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": "90d4a9809f94049ed1b036b44dcdba044f530efd" | ||
"revision": "50b23cb45b26b142133375a4d22e504fd2707203" | ||
} | ||
} |