Questions tagged [background-mode]
99 questions
0
votes
0 answers
Detect Bluetooth device connect/disconnect in background using core bluetooth in iOS programmatically
I need to programmatically detect the connect and disconnect event of any bluetooth device with iPhone, while app is in background.

J Reymond
- 1
- 1
0
votes
1 answer
Angular js cordovaGeolocation getting current position and Sending Data to Server in Background
i was trying cordovaGeolocation link i have inserted the same code in my app it works fine for me when the app is open, I need to get this geolocation and send it to server while the app is in background, So used background mode cordova see…

Om Bala
- 169
- 3
- 18
0
votes
1 answer
Download multiple small files in background state
Can anyone suggest a solution for downloading multiple files say 100s, in background. The important thing being that the download url has a life span of 15 minutes, so it's required that we fetch a download url and then start downloads. We can't…

Say2Manuj
- 709
- 10
- 20
0
votes
1 answer
Listen to UDP Socket in Background using GCDAsyncUdpSocket
I have one application that connects to a network device (in LAN) over UDP and listen for new messages using GCDAsyncUdpSocket. It works fine in foreground but in background it is not able to respond. I want to show a local notification when I…

Amit Sanvedi
- 21
- 3
-1
votes
1 answer
Can a BLE device wake up an app in sleep mode (background mode) by sending data to it?
I am planning to develop a wearable device and an app (IOS, android). The wearable device is paired with the app via BLE(bluetooth low energy) and will notify to the app through BLE notify characteristic when certain conditions are met. The app will…

m10s
- 49
- 2
- 5
-1
votes
1 answer
IONIC 4 Android 9 Background Mode PlugIn. Disable Battery Optimisation
IONIC 4 BackgroundMode PlugIn is not disable battery optimisation.
I tested these solutions, but not working:
https://github.com/katzer/cordova-plugin-background-mode/issues/430
I try to set:
this.backgroundMode.on("activate").subscribe(()=>{
…
-1
votes
1 answer
Background modes usage in apps
I'm developing an iOS app that updates data to server every minute. I wants to work this data update even when app goes to background. I've enabled the "Background mode" in "capabilities" and not checked any background options. Also used the below…

Neenu
- 6,848
- 2
- 28
- 54
-2
votes
1 answer
hardware back button on Android is stopping the app
I making mp3 player with ionic. I use "cordova.plugins.backgroundMode.enable()" for play music in background if close the app.
But when press hardware back button on Android is "stopping and closing" the app instead of just "closing and go back".

hanie
- 11
- 4
-2
votes
1 answer
Loading the last View Controller Active after app goes into background, swift
I have "Tinder" like swipping view that is located in a CardViewController. The card View Controller is accessed by moving through two other view controllers. i.e. Load App -> FirstViewController -> SecondViewController - > CardViewController.…

Gugulethu
- 1,426
- 3
- 18
- 36