We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi monitorForBeaconFamily / monitorForBeacon -> Crashes with nil exception
The initializers for the BeaconRequest object seem broken to me?! BECAUSE :: they use beaconRegion before assigning it...
see:
self.beaconRegion = CLBeaconRegion(proximityUUID: NSUUID(UUIDString: self.UUID)!, identifier: self.identifier)
self.UUID uses the region before it is even assigned:
return beaconRegion!.proximityUUID.UUIDString
IMHO this is broken and maybe a typo. self.UUID should be uuid !?
The text was updated successfully, but these errors were encountered:
Please refer to #60 . Thanks for your report.
Sorry, something went wrong.
No branches or pull requests
Hi
monitorForBeaconFamily / monitorForBeacon -> Crashes with nil exception
The initializers for the BeaconRequest object seem broken to me?!
BECAUSE :: they use beaconRegion before assigning it...
see:
self.UUID uses the region before it is even assigned:
IMHO this is broken and maybe a typo. self.UUID should be uuid !?
The text was updated successfully, but these errors were encountered: