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.
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-locationWhile testing with beacons (iOS devices) I found the listener beacon giving some unexpected behavior. locationManager:didEnterRegion method is not …
ios core-location core-bluetooth ibeaconOn 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-locationI have background mode on for location services and aiming to send out location (latitude and longitude) to the server …
ios ios7 swift ios8 core-locationI 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-taskI have a search bar in my application that the user can type an address into, and it will come …
iphone ios mapkit core-location clgeocoderWith 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-m7I 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-locationI am trying to make an app to track the user GPS all the time, this app is a kind …
ios gps core-locationWant 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