0
rickfrankel created
Application.Current.Quit is used in I think two places in the MAUI project.
However this doesn't actually work on IOS and does nothing. There is a suggested workaround here (however not necessarily recommended).
https://learn.microsoft.com/en-us/answers/questions/1142884/how-to-close-net-maui-app-on-ios
We're working around it for now but noticed it caused a strange behaviour issue that when you say no to a retry it behaves as if you clicked yes.
1 Answer(s)
-
0
Thanks a lot Rick for your report, I have created an issue https://github.com/aspnetzero/aspnet-zero-core/issues/4899. I tihnk it will be better to use native methods for IOS in this case.