backgrounding Questions

5

I have some long running process which I want to run even if application goes in background. I am calling application's beginBackgroundTaskWithExpirationHandler: method and in the expirationBlock I...
Josefajosefina asked 28/4, 2015 at 12:29

6

Solved

I have a script that checks something on my PC every 5 minutes and I don't want Python to show on my task tray. I use Windows as my operating system. Is there any way to make Python run in the bac...
Lisette asked 23/4, 2009 at 21:7

2

I've been pouring over all documentation regarding background states and permissions for playing audio in iOS and I can't figure out how a particular app is able to seemingly wake itself at a speci...
Monthly asked 2/4, 2014 at 21:10

2

I am currently planning a Xamarin.Forms app and while doing so i came across a point which seems to have no answer. The app will have to work with a WCF Service to get its data and also to tell the...
Anglesey asked 16/10, 2015 at 8:19

1

I want to write a program that can be run as a backgrounded task (i.e. my-thing &), and that will beautifully provide relevant output when necessary. However, with background tasks that print ...
Merrymerryandrew asked 5/11, 2012 at 7:8

2

Solved

When a foreground app gets backgrounded (e.g. Home button gets pressed), how can I change elements on the topmost view controller prior to when iOS takes a snapshot of it and starts the animation t...
Herv asked 25/9, 2012 at 18:38
1

© 2022 - 2024 — McMap. All rights reserved.