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: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
## Version 1.2.2-dev
4
4
5
+
### iOS
6
+
- Ignore deprecation warning about using `UNNotificationPresentationOptionAlert`
7
+
- XCode could give a deprecation warning about using `UNNotificationPresentationOptionAlert` which is deprecated since iOS 14. The code is already written in such a way that it can only be used on iOS 13 and older versions. So ignore the deprecation warning.
8
+
5
9
### Common
6
10
7
11
- Add plugin method `getDefaults` back
8
12
- The `getDefaults` method was accidentally removed in version `1.1.0`
- Ignore deprecation warning about using `UNNotificationPresentationOptionAlert`
14
-
- XCode could give a deprecation warning about using `UNNotificationPresentationOptionAlert` which is deprecated since iOS 14. The code is already written in such a way that it can only be used on iOS 13 and older versions. So ignore the deprecation warning.
0 commit comments