Top "Core-location" questions

This proprietary Apple framework for iOS and Mac OS X allows apps to obtain information on a device's current location (latitude, longitude, and on some devices, altitude), direction and speed.

error: server did not accept client registration 68

I am trying to build and run the WhereamI.app example of the Big Nerd Ranch book: iOS Programming, chapter4. …

iphone core-location ios-4.2
How to get Current Location using SwiftUI, without ViewControllers?

I've prepared in my project the following class to retrieve the user current location: LocationManager.swift import Foundation import CoreLocation …

ios swiftui core-location cllocationmanager
Indoor positioning on iOS with Core Location - not accurate?

Using the sample code provided from WWDC, I've been trying to write a simple proof-of-concept app that performs indoor positioning …

ios iphone gps core-location indoor-positioning-system
how do I detect location service disable for my app?

IOS4 has recently introduced the possibility to enable/disable location services for a specific application. I need to detect if …

iphone core-location cllocationmanager
Core Data and Core Location

I have a Core Data database with latitude and longitude properties. Is there a way to use Core Location's getDistanceFrom: …

iphone objective-c cocoa-touch core-data core-location
How to solve Xcode 4.1 (LION) GPS error?

My project worked perfectly on simulator+device, but now, after upgrading to lion os and xcode 4.1, I get this error …

iphone core-location osx-lion xcode4.1
Having trouble calculating accurate total walking/running distance using CLLocationManager

I'm trying to build an iOS app that displays the total distance travelled when running or walking. I've read and …

objective-c ios core-location cllocationmanager cllocation
Accuracy of Core Location

I'm currently working on a location tracking app and I have difficulties with inaccurate location updates from my CLLocationManager. This …

ios objective-c gps location core-location