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
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: