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
用OC调用CLBeaconRegion初始化方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
用OC调用CLBeaconRegion初始化方法
当proximityUUID的长度大于0,但没达到足够长度,该初始化方法会返回nil,不会崩溃。
如果用js调用此方法时,如下:
CLBeaconRegion.alloc().initWithProximityUUID_major_minor_identifier(NSUUID.alloc().initWithUUIDString(self.UUIDString()), self.major(), self.minor(), "12345449-1234-1234-1234-12345678434F"),
当UUIDString长度小于足够长度(如"12345449-1234-1234-1234-12345678434F")时,会崩溃!
The text was updated successfully, but these errors were encountered: