xamarin / ios-samples

Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k stars 1.91k forks source link

[Dotnet] Porting GroupedNotifications #430

Closed tj-devel709 closed 2 years ago

tj-devel709 commented 2 years ago

This port required changing UNNotificationPresentationOptions.Alert (deprecated in iOS 14) to UNNotificationPresentationOptions.List and UNNotificationPresentationOptions.Banner instead making this sample actually require iOS 14!

tj-devel709 commented 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

tj-devel709 commented 2 years ago

This one is working on a simulator running iOS 12! Good to merge once approved!