提交
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "com.unity.mobile.notifications",
|
||||
"displayName": "Mobile Notifications",
|
||||
"version": "2.3.2",
|
||||
"unity": "2021.3",
|
||||
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nOn iOS receiving of push notifications is also supported.",
|
||||
"keywords": [
|
||||
"Android",
|
||||
"iOS",
|
||||
"Notifications",
|
||||
"Mobile"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.unity.modules.androidjni": "1.0.0"
|
||||
},
|
||||
"_upm": {
|
||||
"changelog": "### Fixes:\n- [Android] - Remove excessive permissions and metadata from default manifest (auto-add them based on settings).\n- [Android] - Fixed notification status reporting after dismissing notification and re-launching the app.\n- [iOS] - Fixed a possible crash when sending push notifications with attachment (like image)."
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "c00f0284b4297f39c44235f17b163367e233a070"
|
||||
},
|
||||
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.3/manual/index.html",
|
||||
"repository": {
|
||||
"url": "https://github.com/Unity-Technologies/com.unity.mobile.notifications.git",
|
||||
"type": "git",
|
||||
"revision": "7de9a5c26d6061554361b31f91ec74e61e14a172"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Notification Samples",
|
||||
"description": "Description for sample",
|
||||
"path": "Samples~/NotificationsSamples"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user