ios-samples/BackgroundExecution
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
BackgroundExecution Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Update 'BackgroundExecution' sample (#338) 2018-12-10 10:56:51 -08:00
BackgroundExecution.sln Update 'BackgroundExecution' sample (#338) 2018-12-10 10:56:51 -08:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md onboard missing samples 2019-08-02 10:53:41 -07:00

README.md

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.