axldyb/CLLocationManager-blocks

iOS 8 support

Closed this issue · 3 comments

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:.

Sure! I'll look into changing it to support this.

I actually saw that you already started with it. Thank you!

Now supporting iOS 8.

/ Aksel