You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to run a periodic service (simple condition check) in the background on iOS, even when the app is closed. I did some research and found this can be done by overriding the FinishedLaunching and PerformFetch methods in the AppDelegate class but it seems the AppDelegate : AvaloniaAppDelegate<App> does not include the aforementioned methods. Is there any solution or alternative to achieve this? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to be able to run a periodic service (simple condition check) in the background on iOS, even when the app is closed. I did some research and found this can be done by overriding the
FinishedLaunching
andPerformFetch
methods in theAppDelegate
class but it seems theAppDelegate : AvaloniaAppDelegate<App>
does not include the aforementioned methods. Is there any solution or alternative to achieve this? Thanks!Beta Was this translation helpful? Give feedback.
All reactions