Estimote / iOS-Fleet-Management-SDK

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

iOS 10 ESTBeaconConnection - CLBeacon Error #233

Closed gnazarkin closed 7 years ago

gnazarkin commented 7 years ago

When connecting to a beacon on iOS 10 I'm getting an error. ESTBeaconConnection *connection = [ESTBeaconConnection connectionWithProximityUUID:uuid major:major minor:minor delegate:self]; results in

[<CLBeacon 0x174013020> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key proximityUUID.

Framework problem?

jingdao commented 7 years ago

I am also having the same problem.

ESTBeaconConnection *connection = [[ESTBeaconConnection alloc] initWithBeacon:beacon delegate:self startImmediately:YES];

[<CLBeacon 0x17001f680> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key proximityUUID.

ferologics commented 7 years ago

@gnazarkin were you able to resolve this issue in the meantime? also worth checking our forums

gnazarkin commented 7 years ago

@ferologics I looked through the forum and couldn't find anything when I first encountered this issue. Still haven't resolved it. Only happens on iOS 10 for me

ferologics commented 7 years ago

@gnazarkin alright, looks like we're already working on this issue, expect a fix in the nearest SDK release 🔜 🙂

hardikpatelit123 commented 7 years ago

i am also having the same issues with the estimote beacon connection in IOS 10. so please if anyone got update regarding this then update on this.

gnazarkin commented 7 years ago

@ferologics any updates on this?

hardikpatelit123 commented 7 years ago

no we not gettting any updates regarding this from the Estimote team also. i try to communicate with the Estimote Team more time but not getting any response from Estimote Team.

hardikpatelit123 commented 7 years ago

we try with the latest version of Estimote SDK and it's works properly in the IOS 10 and all above versions.

ferologics commented 7 years ago

Sorry if we weren't responsive to your requests. We get many many support emails every day and it's tough to balance 🔢 . . . Glad to hear that your issue was resolved! closing

gnazarkin commented 7 years ago

Not getting the CLBeacon Error anymore but now getting [CoreBluetooth] XPC connection invalid when connecting to beacon @ferologics

ferologics commented 7 years ago

@gnazarkin could you please open a new issue for this? thanks!

gnazarkin commented 7 years ago

@ferologics #239