-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Catalyst applicationShouldTerminateAfterLastWindowClosed #10
Comments
Not clear to me that method is exposed in ApplicationDelegate. Only in NSApplicationDelegate. Likely, you will need to create an observer for the notification, if you can figure out what the notification string is. I leave this to Mhd. |
I have tried to set my custom |
I managed to subscribe to some notifications in order to be alerted upon resignation and activation. Here is the code for future reference:
|
More debugging here: If you hook into the app/scene lifecycle, you will see that However, Mac Catalyst app actually expects the No success so far on my side. |
Hi guys,
I've got another question, with Dynamic on Mac Catalyst is it possible to include applicationShouldTerminateAfterLastWindowClosed in the AppDelegate?
Thanks in advance
The text was updated successfully, but these errors were encountered: