Skip to content

Latest commit

 

History

History
 
 

BackgroundExecution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
name description page_type languages products urlFragment
Xamarin.iOS - Background Execution
Illustrates how to develop multitasking (background execution) aware applications in Xamarin.iOS
sample
csharp
xamarin
backgroundexecution

Background Execution

This sample illustrates how to develop multitasking (background execution) aware applications in Xamarin.iOS. The AppDelegate class illustrates the application lifecycle methods that should be overridden in order to gracefully handle state changes. Additionally, it illustrates how to register a long running task that will finish executing even though the app is put in a background state.

The home screen has a button that will launch a background task that will execute even if the app is backgrounded.

Home Screen

License

Xamarin port changes are released under the MIT license.