iOS 8 support
Closed this issue · 3 comments
seviu commented
With iOS 8 it would be great if this POD is updated to support it. Some things have changed that might require adjusting the code.
- (void)requestWhenInUseAuthorization __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_8_0);
- (void)requestAlwaysAuthorization __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_8_0);
-locationManager:didChangeAuthorizationStatus:.
axldyb commented
Sure! I'll look into changing it to support this.
seviu commented
I actually saw that you already started with it. Thank you!
axldyb commented
Now supporting iOS 8.
/ Aksel