Re: MapKit location authorization

2014-09-20 Thread dangerwillrobinsondanger
On 2014/09/19, at 22:21, Roland King r...@rols.org wrote: use google, or Dash. Yes! Those and Open Quickly to peruse the headers. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

Re: MapKit location authorization

2014-09-20 Thread Roland King
On 20 Sep 2014, at 12:08 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: On 20 Sep 2014, at 01:30, Rick Mann rm...@latencyzero.com wrote: On Sep 19, 2014, at 11:06 , John Tsombakos johnt...@gmail.com wrote: You also need to add items to your Info.plist file:

MapKit location authorization

2014-09-19 Thread Gerriet M. Denkmann
My iOS app running on 8.0 says: Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first. Two questions: 1. where is requestWhenInUseAuthorization

Re: MapKit location authorization

2014-09-19 Thread Roland King
On 19 Sep 2014, at 8:59 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: My iOS app running on 8.0 says: Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager

Re: MapKit location authorization

2014-09-19 Thread Gerriet M. Denkmann
On 19 Sep 2014, at 20:21, Roland King r...@rols.org wrote: On 19 Sep 2014, at 8:59 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: My iOS app running on 8.0 says: Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager

Re: MapKit location authorization

2014-09-19 Thread John Tsombakos
You also need to add items to your Info.plist file: NSLocationAlwaysUsageDescription and/or NSLocationWhenInUseUsageDescription On Sep 19, 2014, at 2:01 PM, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: So I put it into viewDidLoad of the view controller for the MapView. But:

Re: MapKit location authorization

2014-09-19 Thread Rick Mann
On Sep 19, 2014, at 11:06 , John Tsombakos johnt...@gmail.com wrote: You also need to add items to your Info.plist file: NSLocationAlwaysUsageDescription and/or NSLocationWhenInUseUsageDescription And to clarify, these are keys for a string value. That string value gets displayed as

Re: MapKit location authorization

2014-09-19 Thread Gerriet M. Denkmann
On 20 Sep 2014, at 01:30, Rick Mann rm...@latencyzero.com wrote: On Sep 19, 2014, at 11:06 , John Tsombakos johnt...@gmail.com wrote: You also need to add items to your Info.plist file: NSLocationAlwaysUsageDescription and/or NSLocationWhenInUseUsageDescription And to clarify,