Top "Background-task" questions

Periodic iOS background location updates

I'm writing an application that requires background location updates with high accuracy and low frequency. The solution seems to be …

ios objective-c core-location background-task ios-background-mode
Correct way to start a BackgroundService in ASP.NET Core

I have implemented a BackgroundService in an ASP.NET Core 2.1 application: public class MyBackgroundService : BackgroundService { protected override Task ExecuteAsync(CancellationToken …

c# asp.net-core dependency-injection background-task
Will ios terminate the app running in background after a specific time?

I am using core location framework inside my application and I set the location string in UIBackgroundMode or Required background …

ios ios5 core-location uiapplicationdelegate background-task
how to use django-background-tasks

I am making a django application. To calculate the rank of the feeds based on lines and comment, I am …

python django background-task
Socket Io With Android Service

Good day. I have a very specific issue considering the Socket IO library for android and it's service. Important to …

android sockets service threadpool background-task
can't start beginBackgroundTask swift 3

Sorry I am stuck, but I am trying to start background task (XCode8, swift 3) Example from here: https://developer.apple.…

ios swift background-task