Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

[CLLocationManager requestAlwaysAuthorization]: unrecognized selector sent to instance #204

Closed BogdanSr closed 8 years ago

BogdanSr commented 9 years ago

When I start monitoring beacons on iOS 7 my app crashes when I call "startMonitoringForIdentifier:" method. This method calls "requestAlwaysAuthorization" with was introduced in iOS 8 without "respondsToSelector:" check.

Documentation says that SDK supports iOS 7, is there some kind of bug in the SDK or Documentation needs to be updated?

heypiotr commented 9 years ago

Yup, that's a bug, thanks for pointing this out—we'll work on a fix.

heypiotr commented 8 years ago

Hmm, this has been fixed a long time ago, closing (: