jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

Don't show "can't find you" if person hasn't authorized location services yet #70

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

One step in addressing the 1st launch popup armageddon.

Given I've just installed the app And I say "I know where this spot is" Then I see a pop-up to use my location And if I'm not quick enough, I'll also get a pop under that says "we can't find your location".

Instead it should be:

Given I've just installed the app And I say "I know where this spot is" Then I see a pop-up to use my location And I don't see a popunder that says "we can't find your location"

The only time I should see the "we can't find your location" is if location tracking has been authorized, and we're still not able to find it. E.g. no gps signal, or broken sensor. I see this in the simulator when I have location set to "None" I've never seen this on a real device.

michaelkirk commented 9 years ago

Finished with https://github.com/jackpine/biketag-ios/commit/d7cb178bc9dcf04fb07d7178c2fa38cb9e54f679