Skip to content
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

Background issue in LongRunningTask #3

Open
riseworld27 opened this issue Oct 23, 2016 · 1 comment
Open

Background issue in LongRunningTask #3

riseworld27 opened this issue Oct 23, 2016 · 1 comment

Comments

@riseworld27
Copy link

The longRunningTask is working well in foreground.
But thread is cancelled about 3 mins later once app works in background.
Can you please fix this issue ?

@hvaughan3
Copy link

If you read this note from Xamarin about backgrounding, iOS places strict limits on how long background tasks can run. Using the technique in this example only allows about 600 seconds. You would want to use Background fetch to go longer than that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants