Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn off location alert when not on cameraview controller #35

Open
michaelkirk opened this issue Apr 21, 2015 · 1 comment
Open

turn off location alert when not on cameraview controller #35

michaelkirk opened this issue Apr 21, 2015 · 1 comment

Comments

@michaelkirk
Copy link
Member

Given location services are disabled
And I click "I know this spot"
Then I see the camera view controller
And in a couple seconds I see "we're having trouble pinpointing your location" alert

This is as expected... BUT if I do this:

Given location services are disabled
And I click "I know this spot"
Then I see the camera view controller
And I hit "back" before the alert pops
Then the app screen goes black and I see this in the log: Warning: Attempt to present <UIAlertController: 0x790ab270> on <BikeTag.GuessSpotViewController: 0x79128bc0> whose view is not in the window hierarchy!
Presumably because we're trying to pop the "we're having trouble pinpointing your location" alert from the view controller that's no longer being shown.

Although, I just did this again, and saw the log message, but the screen didn't go black. I'm not sure of the severity of this bug.

@michaelkirk michaelkirk added this to the 1.0.0 milestone Apr 21, 2015
@michaelkirk
Copy link
Member Author

Now that location services are required upon loading the spot feed, you can't proceed to any other page until your location has been found. So now, this only affects people who turn of location services mid-app usage, so this is even less relevant.

@michaelkirk michaelkirk modified the milestones: 1.1.0 - after app store, 1.0.0 - submit to app store Jul 27, 2015
@michaelkirk michaelkirk modified the milestones: 1.1.0, 1.3.0 Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant