I have this project where I am trying to expand our app, that can transmit realtime location of the appuser by locating the position of the smartphone. I’ve spent several hours looking for the right kind of beacons, but I can’t seem to understand which ones suits the best for my project. What I am ..
Category : ibeacon
We are working with ionic3 and using iBeacons library for beacons scanning. It is working fine in –debug and –prod mode but not working in –release mode for Android. No proguard is used. Below is code snippet: let beaconRegion = this.ibeacon.BeaconRegion( ‘deskBeacon’, ‘XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX’ ); this.ibeacon.startRangingBeaconsInRegion(beaconRegion).then( result => { // console.log(‘startRangingBeaconsInRegion’, JSON.stringify(result)); }, error => { ..

I have Delphi 10.4. I’m testing the AllBeaconsScanner example from Embarcodero. Under Windows10, it receives continuous scanning (no interruptions). The same example, when I run on Android (Samsung S10), it stops every few seconds, does not detect beacons. After a few seconds, it detects over and over again anyway. The distance calculation is changing very ..
I use Delphi 10.4, Samsung 10 (Android 10) and ibeacons Example "AllBeaconsScanne" from Embarcodero, for me it works very well under windows 10 (detect my beacons), but on Android it does not detect any beacons. Does anyone know why? BeaconScope application from google play detects without any problem Source: Android..
I’m trying to scan beacons with cordova-plugin Ibeacon, but I don’t understand how I can do it, and I also want to "print" beacons infos in notification. Could someone give me some help ? Thanks Source: Android..

I’ve been trying to use the sample app in the flutter_beacon library to detect beacons nearby and have bought an "Avvel" iBeacon that I have set up and can detect using the "BLE Scanner" app from the google play store. I made sure to allow location tracking within the sample app, as well as having ..
I’m wondering if anybody has used Altbeacon on an Android 10 Go edition device. I have a working app that monitors and ranges iBeacons successfully on Android 10, it’s been updated to have the required permissions and make it compatible with SDK29. This app does not detect beacons on an Android 10 Go edition phone, ..
I collect ibeacon with beacon in android. But in same environment and same time. the collections is less than in ios. In 2 minutes. I can collect 1000+ ibeacon info but only 400 in oppo reno and 150 in huawei p40. Is there any diffrences between android and ios? below is my code package org.altbeacon.beaconreference; ..
I have a use case where there are 2 devices. One is a Apple Mobile phone running a IOS application and other is a BLE enabled IOT device. IOS Application continuously scans for nearby BLE Device and if it finds a BLE Device with a specific UUID service, it will connect to it and send ..
Does IBeacon require Bluetooth 1.0 or 5.0 for Android phones? Are all Bluetooth 4.0 and 5.0 work in Android Beacon Library? Source: Android..
Recent Comments