Re: iOS: "This application needs location services / Allow / Don't Allow" alert

2012-02-01 Thread John Michael Zorko
Fritz, The app does periodically (re)check for CL and auth status -- this isn't the problem. However, the didChangeAuthorizationStatus listening I was not doing, and me thinks that was the missing piece. I'll try that, and many thanks all :-) Regards, John On Feb 1, 2012, at 9:24 AM, Fritz A

Re: iOS: "This application needs location services / Allow / Don't Allow" alert

2012-02-01 Thread David Duncan
On Feb 1, 2012, at 12:09 AM, John Michael Zorko wrote: > I've an issue that i'm trying to solve, and i've run into several walls. This > app i'm working on requires Core Location, and on first install, iOS displays > it's "this app needs location services / Allow / Don't Allow" alert. That's >

Re: iOS: "This application needs location services / Allow / Don't Allow" alert

2012-02-01 Thread Fritz Anderson
On 1 Feb 2012, at 2:09 AM, John Michael Zorko wrote: > This app requires location services -- the client does not want the app to > perform it is function if it detects that it's somewhere it's not supposed to > be. Is it possible for the app to somehow detect when the iOS-supplied alert > has

iOS: "This application needs location services / Allow / Don't Allow" alert

2012-02-01 Thread John Michael Zorko
Hello, all ... I've an issue that i'm trying to solve, and i've run into several walls. This app i'm working on requires Core Location, and on first install, iOS displays it's "this app needs location services / Allow / Don't Allow" alert. That's fine, but the issue is that my app's window's r