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/CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,22 @@
2
2
3
3
All notable changes to this package will be documented in this file.
4
4
5
-
## [2.1.0] - 2022-09-01
5
+
## [2.1.0] - 2022-09-23
6
6
7
-
TODO
7
+
### Changes & Improvements:
8
+
-[Android] - Notification scheduling is made faster.
9
+
-[Android] - Notifications can be set to not be shown when app is in foreground (contributed by InnoGames).
10
+
-[Android] - Support for Android 13 notification permission.
11
+
-[Android] - Support for exact scheduling on Android 12 and newer and ability to disable it.
12
+
-[iOS] - Updated AuthorizationStatus enum with new values.
13
+
-[iOS] - Location trigger now uses more accurate latitude/longitude and can repeat.
14
+
-[iOS][issue 202](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/202) Added support for different sound types and notifications without sound.
15
+
16
+
### Fixes:
17
+
-[Android] - Scheduled notifications are saved in more lightweight and reliable way.
0 commit comments