uibackgroundtask 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

1

The app is crashing only on iOS 13 and when I saw the detailed report, Reports are mentioning the app was in the background when it was crashed. No reference of the line of code mentioned in the cr...

1

Solved

iOS13 can't support the background update notification.Is this an OS-level bug? And when app enter background,the Xcode warning shows: Can't end BackgroundTask: no background task exists with id...
Retinol asked 24/9, 2019 at 13:26

3

I have a background task that should return an array of courses that is then sent to the apple watch. I'm calling the task inside didReceiveMessage via WatchConnectivity. The background task needs...
Paediatrics asked 12/7, 2018 at 9:57

3

i'm working on VOIP call and adding support to iOS < 10. For incoming VOIP call when app is in background, i'm using UILocalNotification (deprecated in iOS 10). To make a call 60 secs (or 1 min...
Adiana asked 16/2, 2017 at 6:12

1

I am experiencing a large amount of crashes in the XTubeManager (seems to be CFNetwork internal). Unfortunately the console logs are not available, only the call stack (see below). Questions: I co...

2

Solved

I'm developing an application that uses a background task to keep tracking of the user position every 20 seconds. All is fine, except that when I enter the application in background, a new backgrou...
Tiphani asked 18/11, 2015 at 17:28

1

Solved

I have the following code in my AppDelegate for when my application enters the background: var backgroundUpdateTask: UIBackgroundTaskIdentifier! func beginBackgroundUpdateTask() { self.backgroun...
Irinairis asked 4/2, 2015 at 4:47

2

Solved

I am trying to maintain a MultipeerConnectivity "session" when the application enters temporarily in the background, so I thought about using a background task as I've seen few times here ... The p...
Paleethnology asked 12/9, 2014 at 5:56
1

© 2022 - 2024 — McMap. All rights reserved.