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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:10:19+00:00 2026-05-23T12:10:19+00:00

Currently my application asks only once for permission to use the current location. If

  • 0

Currently my application asks only once for permission to use the current location. If the user doesn’t allow, he isn’t ask again unless he resets location warning in the general settings. I would like to give the user a chance from within the app to grant this permission later. In other words, the dialog should appear again if he presses a certain button. Is this possible?

Thanks for your advice.

  • 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-23T12:10:20+00:00Added an answer on May 23, 2026 at 12:10 pm

    New Answer:
    Now in iOS 8 you CAN programatically open the device settings app:

    NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
    [[UIApplication sharedApplication] openURL:url];
    

    If you are supporting earlier iOS versions and want to make sure this can be handled, do this:

    if (&UIApplicationOpenSettingsURLString != NULL) {
       NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
       [[UIApplication sharedApplication] openURL:url];
    }
    else {
      //Earlier iOS version
    }
    

    Old Answer:
    There is no way I know of to force the native popup to appear (and allow the user to jump to the settings page).

    You can use the following method to determine if the user has allowed location services for your app:
    CLLocationManager:

    +(CLAuthorizationStatus)authorizationStatus
    

    You can also find out if location services are globally enabled at the device level or not, too:
    CLLocationManager:

    +(BOOL)locationServicesEnabled
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've made a weather application which currently needs to use your location in order
When I install my application on the iPhone it asks for the current location
In my application corelocation manager updates the current location more than once by calling
I have an application with map and want to zoom to the current location,
Currently my application has a single navigation screen that allows the user to select
Currently my application with version 1.1 is available in app store. Current Scenario: when
My application currently utilizes a SQLite database to store messages for the user. If
Currently my application caches models in memcache like this: memcache.set(somekey, aModel) But Nicks' post
An application currently in development has the requirements for using MS Word to perform
Our application currently stores bunch of configuraton & application specific data to files on

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.