-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "com.unity.services.push-notifications",
"displayName": "Push Notifications",
"version": "4.0.1",
"unity": "2021.3",
"_upm": {
"gameService": {
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/environments/default/campaigns/push/overview",
"projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
"groupId": "player-engagement",
"configurePath": "Project/Services/Push Notifications"
},
"supportedPlatforms": [
"Android",
"iOS"
],
"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": {
"com.unity.services.analytics": "6.0.1",
"com.unity.services.core": "1.10.1",
"com.unity.mobile.notifications": "2.2.0"
},
"samples": [
{
"displayName": "Push Notification Example",
"description": "This basic sample registers for push notifications on each supported platform, and logs when notifications are received.",
"path": "Samples~/Example"
}
],
"relatedPackages": {
"com.unity.services.push-notifications.tests": "4.0.1"
},
"upmCi": {
"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": "7d105ba1603a3370df040d31623257840cb44525"
}
}