The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application
0
votes
1answer
17 views
How to get location services to reprompt the user for location permission if they accidentally refused it?
When the users are asked to allow the user location, if they select accidentally "NO", then this alert is never shown in our app. Is there any option to reprompt the alert every time they open the ...
0
votes
0answers
36 views
Trying to get location updates in background not working
Hello everyone I am trying to get a location update when my app is in background. But the code below does not seems to work. The IF statement is never true. I have also set the necessary keys in the ...
2
votes
1answer
29 views
How to show user location when user tap don't allow for the next time?
In my app,I want to show user location in one of my UIViewController which uses MKMapKit.So when the user selects this View Controller they will be asked whether to allow or don't allow. If user ...
0
votes
0answers
13 views
Continue execution after CLLocationManager obtains the location
In my app I want to get the current user location and THEN continue executing the app.
I check the newLocation.timestamp and if it's less than 0.02 sec I treat it as the most current location. Once ...
0
votes
0answers
9 views
How to dismissHeadingCalibrationDisplay on dismissModalViewController?
I am using
- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager
{
return YES;
}
It pops up as it should but remains even after dismissModalViewController or when ...
0
votes
1answer
36 views
How can I search for locations in a certain radius?
Very surprised this has been difficult to search. My hunt only showed me to use CLGeocoder for displaying the information in user friendly format.
I'm building a location based app, and I have ...
-3
votes
0answers
21 views
Convert user location information to store information- iOS [closed]
I am working on a project to find out which restaurants you visited during the day. Before I started this application, I would like to know whether or not app restricted this privacy.
0
votes
1answer
35 views
Bearing of Current location in iOS SDK
I have just completed an Android app, where I used bearing value of current location. Now I am trying to do same app for iOS. But did not find a way to get bearing of current location in iOS sdk?
I ...
0
votes
1answer
31 views
stopUodatingLocation in appDelegate
I'm using location services in my app. When the user tapped the startbutton it has to run also in the background. When the user dismisses the app without tapping the startbutton location services has ...
0
votes
1answer
36 views
how to detect user current location authorized and reload data in ios?
In the view didload method
I'm calling
/**initialize location manager**/
if (nil == locationManager)
locationManager = [[CLLocationManager alloc] init];
//set the delegate for the ...
0
votes
1answer
29 views
iOS get absolute time independent of user set time?
I need to be able to get the absolute time the from the iOS device (iPhone 5.0 +)
I used CLLocation timestamp property, but that is not working like I thought it would.
If the user is in an area ...
0
votes
1answer
19 views
CLLocationManager not calling delegate in an NSObject
I'm trying to create a helper class to get the coordinates of the phone in any other class easily. I've followed a tutorial in which the UIViewController implemented the ...
0
votes
2answers
47 views
Location still monitoring after locationManager = nil and stopUpdatingLocation called
I'm trying a lot of things to stop the location update of my app but nothing seems work…
What I do (regard of the post : StopUpdatingLocation method not working for iOS5) :
// Initialise my ...
0
votes
5answers
81 views
didUpdateToLocation called multiple times
I have an application in which user track his/her route when jogging or cycling, So i need perfect location, so user's routes will be perfect.
But, I have one problem in this,
locManager = ...
0
votes
1answer
22 views
didEnterRegion Method Not called
DidEnterRegion Method not called even if i set delegate to CLLocationManager
CLLocationManager *locationManager = [[CLLocationManager alloc] init];
self.locManager = locationManager;
...
0
votes
1answer
41 views
[iOS][Background][CLLocationManager]Bad map accuracy
I am working on an application which aims to display on a map the position of the iPhone during an activity (adding annotations and drawing line between them).
To do this, I use a Location Manager ...
0
votes
0answers
30 views
“Loading” indicator until location is obtained
How do I display a "Loading" indicator and have the application continue AFTER current, not cached location is obtained? I'm using "startMonitoringSignificantLocationChanges" even though the app is in ...
-1
votes
1answer
30 views
location coordinates to base64 iOS
I am just not able to convert the cllocation latitude and longitude to base 64 in iOS?Basically i want to convet my location into base64 so thet I can then concatenate it to my url to fetch the ...
0
votes
1answer
22 views
ios background location services arrow disappears when not moving
I built this app which is tracking the users position even when running in background. I use the CLLocationManagers method
startUpdatingLocation
I set the CLLocationManager to
...
2
votes
1answer
53 views
[iOS]capturing user location: clarification
I've an app that capture user location and send this info to my server.
I've started the LocationManager service with:
- (CLLocationManager *)locationManager {
if (_locationManager == nil) {
...
0
votes
1answer
20 views
CLLocationCoordinate2D converting return null
i m trying to convert longituude and latitude to NSNumbers to save them in core data.
following my code:
getting coordinate
CLLocationCoordinate2D coordinate = [[mapView.annotations ...
0
votes
1answer
26 views
CLLocation doesn't work - unrecognized selector sent to instance
I have a tabbar project in xcode and on the first view i need to find my GPS location and I need to save longitude and latitude on two variables on the appdelegate. Here some code:
...
0
votes
0answers
35 views
CLLocationManager not returning correct location
I'm working on an app where it checks your location every minute or so to see if your location changed. I am simulating the location changes by using a simulated location in xCode. First I'll do ...
0
votes
0answers
29 views
CLLocationManager suddenly not asking for permission and not showing up in Privacy tab
In my app, I created a class that deals with location services. For example, I start location services like this:
- (void)startLocationServices{
locationManager = [[CLLocationManager alloc] init];
...
0
votes
1answer
25 views
How to customize location manager prompt?
I am working on an app. In this app I want to customize location manager prompt alert. This prompt ask "XXX" would like to use your current location.
I have attached a screen shot regarding this.
...
0
votes
1answer
48 views
Location Manager Stops Updating Randomly
Im writing an app that uses CoreLocation, and so some reason the the location manager randomly stops updating the location.
I've made sure that all calls to the startUpdating method are on the main ...
0
votes
2answers
22 views
CLLocationManager trueHeading is -1
I am facing issue in using CLLocationManager.
I am using startUpdatingLocation method and its delegate method
- (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading ...
4
votes
1answer
71 views
Retrieving data of Nearby devices containing same application
I'm developing a chat application, and a requirement is to get the device details for users within some distance (i.e., devices within 100 miles who are using same application). I want to get the ...
0
votes
1answer
17 views
How can it be that both didUpdateToLocation and didFailOnError is not called?
+(void) vStartUpdatingLocation
{
while (false);
AssertNonMainThread
[[NSOperationQueue mainQueue]addOperationWithBlock:^{
CLLocationHandler * singleton = [CLLocationHandler ...
1
vote
1answer
71 views
locationManager:didUpdateLocations: always be called several times
I start updating current location when the view did appear, and stop updating location whenever locationManager:didUpdateLocations: is called. But why the locationManager:didUpdateLocations: always be ...
0
votes
3answers
89 views
get alert for current location every time
I am trying to get device current location using CLLocationManage. I set my method to get location on button click. I can get location successfully but when I get alertview with message "APPNAME would ...
1
vote
1answer
85 views
How to detect “would like to use your current location” choose action?
As we know CLLocationManager can be used to get the current location with the permission of the alert: "MyAppName" Would Like to Use Your Current Location" | "Don't Allow" | "Allow". How could we ...
0
votes
1answer
38 views
CLLocationManager initialization and call on button
I want my app to get current location when user taps a button. I initialize locationManager object in init method.
First question: is this good if I'm going to need currentlocation every time I ...
0
votes
0answers
167 views
Find My Friends - 'Notify Me' feature.
In the 'Notify Me' feature. I noticed that user1 and/or user2 do not need to launch this app in order to receive the geofence notification.The notification will still be pushed when both users have ...
1
vote
2answers
36 views
locationManager avoid (null) string in a Label
I have some code that find the user location and return it into a Label. In some case, the subAdministrativeArea is not available or the thoroughfare and I want to modify my string so it doesn't show ...
0
votes
1answer
57 views
ios: How to obtain CLLocationCoordinate2D with <CLLocationManagerDelegate>
What is the propery way to obtain CLLocationCoordinate2D?
In .h:
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
In .m
//Called when the location can be obtained
- ...
1
vote
1answer
23 views
CLLocation can't be turned off
I already do [self.locationManager stopUpdatingLocation];
There is no other active locationManager.
Yet the location manager seems to be active all the time because the arrow sign is in the ...
0
votes
1answer
45 views
singleton for location updating multiple views
I want to update user location in ALL views, after the locateButton in the navbar is pressed in ANY view. I've started by creating a singleton.
Location.h
#import <Foundation/Foundation.h>
...
0
votes
1answer
48 views
Update current location in all views from navbar locationButton
I have a custom navbar with a locateButton that is visible in every view
When a user taps the locateButton, I would like to update lat and long on every view. I've got it working in one view at a ...
1
vote
2answers
91 views
CLLocationManager gets latitude and longitude values at first time when iphone is in Airplane mode.Why?
I put my phone in to Airplane mode and tried to get location details.At first time it takes latitude and longitude values,then again I tried to get location,but it fails and throws a ...
0
votes
1answer
37 views
Getting a Key value coding compliant error message
I am actually designing a simple app to make use of the core location to get the location details and at the same time, displaying the latitude and longitude.
But when I run it, I get an error message ...
0
votes
1answer
32 views
Does the internal GPS antenas stop working immediately after calling CLLocationManager stopUpdatingLocation
Here is my scenario.
In my app there is no need of continuously monitoring user location, but I need the location to be as accurate as possible. So I just call CLLocationManager startUpdatingLocation ...
1
vote
1answer
123 views
iOS : alert user for specific Geo location area (lat,long)
I'm trying to implement a function of a Geo location for a user, I'm statically setting up latitude and longitude information, when app starts if the user is within that area I'm showing up a message ...
-1
votes
1answer
49 views
How to add the same feature of disclosure button as in iphone default map to my custom pin in my app [closed]
I am very new to iPhone development, I am trying to make something similar to the default map present in iPhone to my application.
In iPhone default map application on clicking to pin one title view ...
0
votes
0answers
35 views
server did not accept client registration 68 in ios4.3 simulator
Im developing an app in xcode 4.5 and I have set the deployment target to 4.3. I want the current location of user(current state,current city, latitude,longitude).In ios >=5.0 I have done it with ...
0
votes
0answers
19 views
CLLocation speed discrepancy
When using CLLocationManager, there are two ways to get the speed of the user. The first is to simply use the speed provided by the CLLocation object, and the second is to take the distance between ...
2
votes
1answer
86 views
Not able to get location change notification while in background
My app needs location service to be used in background. So I added the following method
- (void)startStandardUpdates
{
// Create the location manager if this object does not
// already have ...
0
votes
2answers
102 views
can we get location details(latitude,longitude)when iphone is in air plane mode?
I want to get latitude and longitude values using my app,when iphone is in Air Plane mode.Does GPS work in air plane mode?
0
votes
2answers
68 views
I need to get the penultimate result from a for loop
I have an array of waypoints stored which have latitude and longitude values. I have created a for loop to loop through the array and compare my current CLLocation positions latitude and longitude to ...
1
vote
3answers
41 views
Show the location options when manually searching location
In text field when user start typing the location name, i want to show the list of locations name below as the user type, similar to search field like starts with alphabet 'A' show all option of 'A'. ...








