You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.mobile.notifications/Documentation~/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The Unity Mobile Notifications package adds support for scheduling local one-tim
4
4
5
5
### Requirements
6
6
7
-
- Compatible with Unity 2019.4 or above.
7
+
- Compatible with Unity 2020.3 or above.
8
8
- Compatible with Android 5 (API 21) and iOS 10.0+.
9
9
10
10
### Supported features
@@ -21,6 +21,8 @@ The runtime notification APIs are split into two parts for both Android and iOS.
21
21
* Use the Apple Push Notification Service (APNs) to receive remote notifications.
22
22
* Modify remote notification content if the device receives notifications from other apps while your app is running.
23
23
* Group notifications into threads (only supported on iOS 12+).
24
+
* Add attachments to notifications.
25
+
* Support for notification actions.
24
26
25
27
### Installing
26
28
To install the Mobile Notification package, please follow the instructions in the [Package Manager documentation](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest/index.html).
0 commit comments