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
Ignore deprecation warning about using UNNotificationPresentationOptionAlert
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.
Common
Add plugin method getDefaults back
The getDefaults method was accidentally removed in version 1.1.0