-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add MauiUIApplicationDelegate.PerformFetch #7982
Conversation
@mattleibow not sure if you're the right person but saw some recent changes from you here. Is this the right way to go about this? And I guess this should target the net7 branch? |
Main is correct as it is pseudo net7. But for this, could we also add delegates for the life cycle events? This way, users do not have to override in order to hook in to it. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Just voting for the LifeCycleEvents approach. |
Azure Pipelines successfully started running 2 pipeline(s). |
@mattleibow it's been a while! But finally got to update this one, so it you please... |
Love that the delegates are there. I ended up implementing Shiny.NET Jobs in their prerelease MAUI packages as a workaround, which offered a crossplatform way to implement backgrounding. But exposing the iOS via the delegates is awesome too. Thank you. |
Description of Change
Seems like we didn't add the
MauiUIApplicationDelegate.PerformFetch
as a virtual to override.Issues Fixed
Fixes #7957