AppDomain.CurrentDomain.UnhandledException is not invoked on iOS #8463
Labels
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
AppDomain.CurrentDomain.UnhandledException
is not invoked on iOS after an exception.On Android it works.
Attached a Sample App:
TabbedPage.zip
iOS Recording:
https://user-images.githubusercontent.com/26183235/176889421-f19f517f-690f-45c7-aa61-e8775b18ed49.mov
Android Recording:
https://user-images.githubusercontent.com/26183235/176889906-e953378d-3ad5-4519-8ea2-7628bb058982.mov
Steps to Reproduce
UnhandledException
event is not raised and there are no logs except+ + Crashing Application
Version with bug
Using dotnet 6.0.301 on a Mac, with Visual Studio for Mac 17.3 Preview (17.3 build 1038).
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.4
Did you find any workaround?
No. I noticed it sometimes works if with the debugger attached.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: