ios-samples
ios-samples copied to clipboard
MonkeyNotify sample not working.
When i try with this sample: https://github.com/xamarin/ios-samples/blob/main/ios10/MonkeyNotify/
Not working at all. The NotificationService.DidReceiveNotificationRequest never get triggered, and the title never get modified
I tried with both Debug/Release mode on iOS 16.1 Emulator. And also with real device on 16.1 (iPhone X) on release mode. The extension never get call
This lead to very confusing development experience.
The notification showed up just fine for me after 20s. Can you try the latest versions and see if there's a difference? If it still fails, please paste your full version information (https://github.com/xamarin/xamarin-macios/wiki/Diagnosis#version-information)
@rolfbjarne You're right the notification is displayed, but the NotificationService.DidReceiveNotificationRequest
is not called. It is expected that the notification Titile will be changed and [modified] will be added to it
Microsoft support for Xamarin will end on May 1, 2024 for all Xamarin SDKs. In preparation for this, all issues and PRs in this repository are being closed.