AltBeacon / android-beacon-library

Allows Android apps to interact with BLE beacons
Apache License 2.0
2.84k stars 837 forks source link

Can not find device using sample code, Please Help!!!!!!! #40

Closed LiHanQing closed 10 years ago

LiHanQing commented 10 years ago

Hi All, I copy the sample code looks as below, and i have two ibeacon devices , but when i run the program, i got this : 1111

why the size is 0? Please help !!!!

davidgyoung commented 10 years ago

HI, LiHanQing. Glad to hear you are using the library.

Understand that out-of-the-box, the library detects only beacons meeting the AltBeacon standard, which are free from intellectual property. You may use the library to detect other types of proprietary beacons, but you must supply the definition of the beacon format. See here for details: https://github.com/AltBeacon/android-beacon-library/issues/13

Questions on how to get started are best answered on Stackoverflow.com. This forum is reserved for reporting bugs with the library or new feature requests.

LiHanQing commented 10 years ago

Thanks for your replying. I thought maybe its the ibeacon problem. but i use the iBeacon Locate (android) i think it uses this library too.‍

And i use the AirBeacon (IOS)then i can detect the devices both of them. so i really dont know where is wrong.

davidgyoung commented 10 years ago

Please post questions on using the library in a custom application to Stackoverflow.com. This forum is reserved for reporting bugs with the library or new feature requests.