Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7164619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:06:17+00:00 2026-05-28T14:06:17+00:00

If a user has turned off location services (either for all apps or just

  • 0

If a user has turned off location services (either for all apps or just mine), CLLocationManager never prompts and never updates the position. This is to be expected, but is there a way to detect that location services is turned off, and prompt to reenable it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:06:17+00:00Added an answer on May 28, 2026 at 2:06 pm

    Just to complete Tim’s answer.

    You can always try starting location updates via startUpdatingLocation method on CLLocationManager instance. If location services are disabled, you’ll get notified about error condition by delegate and then you can bring up the dialog asking user to go into Settings and enable location services for your app…

    #pragma mark - CLLocationManagerDelegate
    - (void)locationManager:(CLLocationManager *)inManager didFailWithError:(NSError *)inError{
        if (inError.code ==  kCLErrorDenied) {
            NSLog(@"Location manager denied access - kCLErrorDenied");
            // your code to show UIAlertView telling user to re-enable location services
            // for your app so they can benefit from extra functionality offered by app
        }
    }
    

    Please note that you can launch Settings app via URL-scheme on iOS5 (versions lower than 5.0 (and greater than 5.0), don’t support it). Call:

    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

if location services are turned off (after the user once did allow the service)
I would like to detect if a user has cookies turned off and redirect
The following will not turn wifi on, if the user has it turned off,
I'm working on the quite popular website, which looks good if user has turned
Suppose user has opened my web application in many different browser windows. After sometime
the user has the option of dragging several pictureboxes around the form. when he
A user has sent me some information that they posted to one of my
THIS USER HAS ALREADY ASKED THE EXACT DUPLICATE A FEW MINUTES AGO sql and
Once a user has selected a file with the open file dialog, how can
When a user has several Firefox extensions, what decides the order in which they

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.