VandyApps / vandyvans-ios

Vandy Vans Project for iOS
8 stars 3 forks source link

iOS 8 Location Permissions #38

Closed jcarltonj closed 9 years ago

jcarltonj commented 10 years ago

Should show location on map. New permission settings and requirements with iOS are preventing the location from being displayed.

sethfri commented 10 years ago

@jcarltonj This should be resolved in master. Can you describe more what you're seeing?

jcarltonj commented 10 years ago

The below is appearing in the output of the application.

Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first.

sethfri commented 10 years ago

@jcarltonj Ah, are you building this in Xcode 6?

jcarltonj commented 10 years ago

Yeah

sethfri commented 10 years ago

@jcarltonj Makes sense. Feel free to make the fix and open a PR

jcarltonj commented 10 years ago

Ok I'll look into it tonight