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.

handling location permissions instantaneously in swift

I am trying to implement a basic map view and add a user's current location to the map as an …

ios swift location mkmapview core-location
locationManager:didEnterRegion not called when a beacon is detected

While testing with beacons (iOS devices) I found the listener beacon giving some unexpected behavior. locationManager:didEnterRegion method is not …

ios core-location core-bluetooth ibeacon
Get Location Updates for iOS App Even when Suspended

On early 2014, Apple has updated the iOS 7.0 to 7.1 in order to allow location updates even when the app is not …

ios objective-c core-location
Send location updates every 30 minutes in Swift

I have background mode on for location services and aiming to send out location (latitude and longitude) to the server …

ios ios7 swift ios8 core-location
Will ios terminate the app running in background after a specific time?

I am using core location framework inside my application and I set the location string in UIBackgroundMode or Required background …

ios ios5 core-location uiapplicationdelegate background-task
kCLErrorDomain error 2 after geocoding repeatedly with CLGeocoder

I have a search bar in my application that the user can type an address into, and it will come …

iphone ios mapkit core-location clgeocoder
CoreMotion updates in background state

With the M7 chip in the latest iOS devices one can get programmatically notified as the user goes from stationary …

ios core-location core-motion apple-m7
Background GPS in iOS. Is this possible?

I was wondering if it was possible to get the location of the iPhone with an app that isnt running, …

iphone objective-c ios gps core-location
iOS GPS tracking app that runs all the time

I am trying to make an app to track the user GPS all the time, this app is a kind …

ios gps core-location
Centering MKMapView on spot N-pixels below pin

Want to center MKMapView on a point N-pixels below a given pin (which may or may not be visible in …

ios objective-c mapkit core-location