Estimote / iOS-Fleet-Management-SDK

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

Utility Demo doesn't work #234

Closed devstar1988 closed 4 years ago

devstar1988 commented 7 years ago

Hi, Estimote Developers

I am trying Estimote Legacy Examples for setting my estimote beacons. I am owner of those.

Btw, Utility Demos don't work. Can u help me?

Regards Jin

ferologics commented 7 years ago

Hey @devstar1988 ! Were you able to resolve your issue? also worth checking our forums

devstar1988 commented 7 years ago

No, I need your help.

On Oct 19, 2016, at 1:24 PM, František Heteš notifications@github.com wrote:

Hey @devstar1988 https://github.com/devstar1988 ! Were you able to resolve your issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Estimote/iOS-SDK/issues/234#issuecomment-254773812, or mute the thread https://github.com/notifications/unsubscribe-auth/AOjPY8oAtrZcuMaC_4AvpaciHha0o9hQks5q1e_WgaJpZM4KW6yf.

ferologics commented 7 years ago

what do you mean exactly by "setting my estimote beacons"?

devstar1988 commented 7 years ago

I want to set my beacon’s range through my app. So, I was interested estimote legacy sample.

There are option for changing beacon’s settings for range. But, I can’t connect to beacon through Bluetooth.

demoViewController = [[ESTBeaconTableVC alloc] initWithScanType:ESTScanTypeBluetooth completion:^(ESTBluetoothBeacon *beacon) {

                                                                     ESTBeaconDetailsDemoVC *updateFirmwareVC = [[ESTBeaconDetailsDemoVC alloc] initWithMacAddress:beacon.identifier];
                                                                     [self.navigationController pushViewController:updateFirmwareVC animated:YES];
                                                                 }];
            break;

This code not working.

ferologics commented 7 years ago

Check our SDK reference and try hacking something together, pointers:

http://estimote.github.io/iOS-SDK/Classes/ESTBeaconUpdateInfo.html

I believe you should be able to update the beacon configuration using the BeaconUpdateInfoDelegate and pass it the new BeaconUpdateConfig