Instrument / Vicinity

Replicates detecting and broadcasting iBeacons in the background
MIT License
376 stars 64 forks source link

Support for iOS Simulator #4

Closed objectiveSee closed 10 years ago

objectiveSee commented 10 years ago

I am unable to toggle into broadcast mode in the iOS Simulator. Looking at the code, it seems that since both isDetecting and isBroadcasting are false, nothing happens when you tap the toggle button.

see - (void)didToggleMode:(UIButton *)button

bentford commented 10 years ago

It doesn't look like low-energy Bluetooth is supported in iOS7 simulator. http://stackoverflow.com/questions/10024608/does-the-iphone-simulator-in-xcode-support-bluetooth-low-energy

objectiveSee commented 10 years ago

Thanks @bentford