Closed tj-devel709 closed 2 years ago
I need to figure out how to run on iOS 12 - iOS 13 to test the alert system support, but currently having trouble getting that iOS version in VSMac 2022 Preview. Looking into running on cli
This one is working on a simulator running iOS 12! Good to merge once approved!
This port required changing
UNNotificationPresentationOptions.Alert
(deprecated in iOS 14) toUNNotificationPresentationOptions.List
andUNNotificationPresentationOptions.Banner
instead making this sample actually require iOS 14!