question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

option to check background service is running or not

See original GitHub issue

Hi,

When background service started (BackgroundGeolocation.start()). I am showing the button in UI, which says. background is running do you wanna stop it?

Is there any status options which tells background is enabled or stopped ?

if( BackgroundGeolocation.status()){
//enabled
}
else{
//disabled
}

After killing app and re opening the app. I am getting service is enabled or disbaled. Let me know please?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
gchokeencommented, Dec 21, 2016

Can you add this feature in this plugin too?

0reactions
mauron85commented, Mar 1, 2018

@leandroz I guess you mean on iOS. I already answered you in another issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows background apps and your privacy - Microsoft Support
Control whether an app can run in the background · Select Start , then select Settings > Apps > Apps & features. ·...
Read more >
How to check all the running services in android?
Back in Settings, head into Developer Options. You should see “Running services” a little way down this menu—that's what you're looking for.
Read more >
Background Execution Limits - Android Developers
Background Service Limitations: While an app is idle, there are limits to its use of background services. This does not apply to foreground ......
Read more >
How to Check Running Services on Stock Android Version 9.0 ...
How to Check Running Services on Stock Android Version 9.0 Pie?Step 1: Open 'Settings' App.Step 2: Scroll down at the very bottom, ...
Read more >
Stop Apps From Running in the Background on Android
To see what apps are running in the background, go to Settings > Developer Options > Running Services. This article explains how to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found