Hi
I'm trying to use the new notification center of ios10.
Switching from UIApplication.SharedApplication.ScheduleLocalNotification(note) to UNUserNotificationCenter.Current.AddNotificationRequest(request, (err) =>
...
Debugging shows that message is actually sent but it calls "ReceivedLocalNotification" instead of "WillPresentNotification" from UNUserNotificationCenterDelegate.
So some of my properties are missing and I can't show the message correct.
Is there a missing dependency in forms or is the functionality missing because of "FormsApplicationDelegate"?
Anyone else managed to get it working?