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 6530541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:46:05+00:00 2026-05-25T09:46:05+00:00

Testing on the device (Iphone 4, IOS 4.2.1), when you use MapKit / CLLocationManager,

  • 0

Testing on the device (Iphone 4, IOS 4.2.1), when you use MapKit / CLLocationManager, there is a standard dialog that asks the user to enable the location settings, and propose a button to go to that settings.

If you click “OK”, then this dialog never seems to appear again ?

How can I make it appear again programmaticaly to help the user to got to the correct settings view through that dialog ?

  • 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-25T09:46:06+00:00Added an answer on May 25, 2026 at 9:46 am

    Well, it’s not possible to programmatically bring up standard dialog asking user to allow your app using location services. It’s all done by iOS.

    However, 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… See below code for filtering kCLErrorDenied.

    #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 cannot launch Settings app via URL-scheme from your application.

    UPDATE: starting from iOS5.1, you can not use the following method.

    UPDATE: starting from iOS5, you can launch Settings from your application:

    [[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

I recently updated my iPhone to iOS 4.0.1 and I cannot use the device
I'd like to get a device for testing iPhone apps that I can wipe
I am testing an iPhone app that include mapkit. I have changed the map
I just installed Xcode 3.2.3. I have a first generation iPhone that I use
The XML <?xml version=1.0?> <items version=1.5> <item name=device>iphone</item> <item name=affinity>testing</item> </items> I need to
Testing an application built with iphone's sdk 3.0. Based on experience, I know that
Testing: return request.getCookies() == null; is not an appropriate way test. Is there another
for testing purposes i need an recursive directory with some files, that comes to
I'm testing an iPhone app in both the simulator (XCode 3.2.3, iPhone SDK 4.0.1)
I want to build a multiplayer iPhone game that allows multiple iPhones (clients) to

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.