I'm creating a silverlight app to track movement (using accelerometer) over night. The problem is that when the screen gets locked (as usual after a while) it stops running until I unlock again. Is there a way to keep it alive when the screen is locked? Maybe someone knows how it was solved in apps like WhatsApp or Line, which must be running to receive text messages.
I did some research about background workers, but it seems they can only be executed every ~30 minutes for a maximum of ~25 seconds, which is useless in my case.