Questions tagged [background-mode]
99 questions
0
votes
1 answer
Cordova Windows app script not executing if minimized
I have created an HTML5 application using Cordova. I am using a background mode plugin (https://github.com/katzer/cordova-plugin-background-mode) but still the JavaScript code is not executing if the application is minimized.
The same code is…

jineesh MG
- 61
- 8
0
votes
1 answer
Background fetch performFetchWithCompletionHandler not working?
My app want to update server about users location after every 5 seconds even if app is in background. I implemented Background fetch for it.
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject:…

Azhar
- 20,500
- 38
- 146
- 211
0
votes
1 answer
linphone-iphone in background-mod can't get an incoming call?
I use linphone SDK in an iOS app.
When app goes to background-mode, app some times can get an incoming call or push notifications message, some times not.
Or if the app was in background-mode a few minutes ago, it can't get an incoming call.
Please…

Victor
- 109
- 1
- 2
- 11
0
votes
1 answer
When App in Background and receiving push notification tap App goes crash
I am working on Push Notification with Azure Notification Hub.
I want to start my app from AppDelegate where the Notification is Tap.
Here is the Scenario, How I can open my App.
AppDelegate.cs file
public class AppDelegate : UIApplicationDelegate
…

Harshad Pansuriya
- 20,189
- 8
- 67
- 95
0
votes
2 answers
Background fetch regularly
I want to upload the location in background every 30secs to 1min. Is it possible?
I have found that I can set UIApplicationBackgroundFetchIntervalMinimum. But I looked around this constant to tell the device to fetch about every 30mins. Any way to…

Carl Hung
- 545
- 4
- 17
0
votes
1 answer
Show music control after minimising application Cordova Ionic1
How can we force show Music-Control in notification tray when Music is playing even after minimising application. I'm using Cordova-plugin-background-mode to show notification when app is in background but it is not fulfilling my requirement.

Yasir Aziz
- 1
- 1
0
votes
0 answers
How to run MQTT service in background for infinite time on ios with objective c in native application?
I want to run my iot app in background mode in iphone forever .I have googled a lot .But not finding any solution .
All the devices should run MQTT service in background mode It just not about pushing notifications i want to MQTT service would…

Reevanshi Garg
- 11
- 1
0
votes
0 answers
Get user's location at a specific time and date in iOS
I have an app where I create events. I need to get user's location when the event is ending automatically (set by user while creating event). I tried local notification but in that case, you need to wait for user's interaction and that can cause…

Tejvansh
- 676
- 4
- 9
0
votes
1 answer
How can I open pop up ViewController in background mode - iOS
the app in background mode. when detect Ibeacon(https://developer.apple.com/ibeacon/) in background mode open popup.
I can display local-notification to the user when detect Ibeacon detect.
Is Apple allows to open popup in background-mode…

Amin Gh
- 3
- 1
0
votes
2 answers
On Button click, I want to bring app to background from fore ground?Is it possible? and How?
When I click the button, I want my app which is running in foreground needs to go to background. Is it possible? If so how?

narayana MV
- 31
- 6
0
votes
1 answer
"Always" location permission... only used occasionally but always showing arrow?
I've found that if you have the "Always" location permission on iOS for an app... even without initializing the CLLocationManager, it always shows the location arrow in the status bar unless the app is "force quit" using the task switcher.
I'm sure…

Ben Guild
- 4,881
- 7
- 34
- 60
0
votes
1 answer
Location Background Mode is not working on iOS
I am trying to enable background location mode in my application. I have enabled 'Location updates' background mode in my plist file.
The app contains a timer that is updating every 15 seconds.
When the app is navigating to background, I am doing…

Iphone User
- 1,930
- 2
- 17
- 26
0
votes
0 answers
iOS. Background modes and network checking
I need to implement such feature:
every time than app get internet connection I need to send request to web server. I need to do it from Background than app is not launched. So, what Background mode should I use for that and how to implement that…

user6946075
- 25
- 4
0
votes
0 answers
iOS - How to improve speed of BLE scanning in background?
Now I'm working on an app witch is used as "keys in phone" -- it uses bluetooth to unlock doors in seconds.
It works very well in foreground mode and I also make it work in background mode by Core Bluetooth Programming Guide. However, when it's in…

Mark
- 1
0
votes
0 answers
Get location update when app is terminated Swift
I am working on a mobile device management project.
I need location updates to be fetched regularly. No matter if the app is closed or the phone is restarted, I need location updates all the time.
Can someone give me the code or logic for Background…

Manoj Kumar
- 318
- 4
- 14