Top "Ibeacon" questions

iBeacons are Bluetooth Low Energy (BLE, also known as Bluetooth Smart) transmitters that notify nearby receivers, such as a smart phone, of their presence for the purposes of proximity sensing.

can we use iBeacon to transfer data via bluetooth in iOS - android?

I want to know how iBeacon works actually. I found the sample code of AirLocate, but couldn't figure out how …

android ios bluetooth-lowenergy ibeacon
Does BluetoothLeAdvertiser work on a Nexus 5 with Android 5.0?

After flashing my Nexus 5 to the Android 5.0 preview release hammerhead-lpx13d, the OS reports that it no longer supports Bluetooth …

android bluetooth-lowenergy ibeacon ibeacon-android
How to bring application to foreground in ios?

I am detecting for iBeacon in background. When my device comes in a particular region application should comes to foreground.

ios objective-c ibeacon
Import Objective-c framework into Swift framework project

I am building a framework in which I need to import some objective-c frameworks for now I need to import "…

objective-c swift ibeacon beacon
iBeacon: didRangeBeacons stops getting called, must reset device for it to work again

I am using a custom BeaconManager delegate so that beacon ranging is not determined by the life-cycle of the view …

ios objective-c bluetooth delegates ibeacon
onBatchScanResults is not called in Android BLE

I am now using the new BLE api in android developing. Basic idea is using bluetooth scanning result to inflate …

java android callback bluetooth-lowenergy ibeacon
Hardware needed for iOS 7 iBeacon?

I am looking to develop some apps that will take advantage of iBeacon in my business, but need to first …

iphone bluetooth ios7 ibeacon
startMonitoringForRegion doesn't fire didEnterRegion and didExitRegion

I'm doing some test using estimote beacons and regions. Reading the documentation as I start monitoring a region I'm going …

ios cllocationmanager ibeacon
Correct layout to detect Kontakt Beacon on Android with AltBeacon

I'm trying to detect a Kontakt Beacon with the following BeaconLayout: setBeaconLayout("m:8-9=0215,i:10-13,i:14-15,i:16-17,…

android ibeacon altbeacon
Android AltBeacon library: how to find the beacon layout?

I'm testing with a new type of beacon, and this is what I got from the debug: onScanResult() - ScanResult{…

android ibeacon altbeacon