Closed gabrielbiga closed 7 months ago
UNNotificationPresentationOptions.alert is deprecated since iOS 14.0. This commit aims to fix this following the official documentation.
UNNotificationPresentationOptions.alert
Deprecated Use list and banner instead.
https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions/alert
Alert should still be used for older APIs not removed
Hello @triniwiz, good catch. Please take a look again, now its taking care of old platforms and still get rid of the warning.
Perfect 👌🏽
UNNotificationPresentationOptions.alert
is deprecated since iOS 14.0. This commit aims to fix this following the official documentation.https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions/alert