ios-background-mode Questions

2

Solved

THE PROBLEM: I want to run a simple function, 5 seconds after app goes into background. I had to implement BGTaskScheduler, to support iOS 13. The old implementation for BackgroundTask works for m...
Solleret asked 23/12, 2019 at 11:58

9

I want to check if the app is running in the background. In: locationManagerDidUpdateLocation { if(app is runing in background){ do this } }

3

Solved

In Xcode 11, there is a new Background Mode, "Background Processing". I cannot find any information on what this new Background Mode does. Are there any resources with that information? ...
Candlepower asked 25/7, 2019 at 8:52

1

Solved

I always thought it was for push notifications but there is an option below for push notifications and lately, all apps are being rejected because they say we are using NFC which we are not using. ...
Magisterial asked 22/7, 2020 at 11:34

1

I've an app that uses WkWebView to play audio from Soundcloud, on iOS 13 Beta 6 the audio stops when the app is not in foreground, even when Audio is on in Background Modes. When starting the playb...

0

I'm trying to understand the the specifics of the background work in iOS 13. Will the BGProcessingTask be done if the user did not enter the application for a week or or will it never be fulfilled...
Deadening asked 11/9, 2019 at 15:12

9

Solved

I'm writing an application that requires background location updates with high accuracy and low frequency. The solution seems to be a background NSTimer task that starts the location manager's upda...

2

Solved

Starting from iOS 12 the CLLocationManager doesn't run endless anymore in the background. The app get's terminated without a crashlog at random times. This was working fine before iOS 12. To demon...
Breault asked 26/10, 2018 at 9:4

7

I've recently upgraded my iOS devices to use iOS 7. One of the apps that we're developing uses background location services to track device location and all of our testers have reported that the ap...
Bohunk asked 22/9, 2013 at 17:46

1

When in My iOS app which which is in the detail screen and I press home button which will result it in going to background mode. After inactivity of 7 around minutes, I relaunch it and it doesn't s...

0

My app can be launched via UIApplicationLaunchOptionsLocalNotificationKey in the background. In that case the usual flow to setup initail view controller and some animations on the app's landing-pa...
Costly asked 5/10, 2017 at 11:32

1

Solved

I am developing an iOS (7.0+) application for fitness (running) that uses the users GPS location, does a small calculation and transmits the data to a Bluetooth Low Energy (4.0) watch. This process...
1

© 2022 - 2025 — McMap. All rights reserved.