ibeacon Questions
17
I'm trying to use some fancy iBeacons without success, kCLAuthorizationStatusNotDetermined all time.
According to other questions it's a requirement to add those keys to info.plist (some questions...
Deb asked 23/9, 2014 at 21:37
0
I have a requirement where I'm building an app for iOS and Android (currently in React Native) where I want to look for BLE devices in the background and based on the BLE Beacon encounter I'll call...
Phonograph asked 25/4 at 6:10
4
Solved
Under iOS13, when you request the .always permission for coreLocation (to enable background location e.g. for geofences or iBeacons), the app is only granted a "provisional always" permission, whic...
Hyaloplasm asked 6/8, 2019 at 10:46
2
I used ibeacon monitoring in background before version ios 15.
Used this code
if let uuid = UUID(uuidString: "1345bbaa-0000-0000-0000-00000000bbbb") {
let region = CLBeaconRegion(
prox...
Godderd asked 30/9, 2021 at 4:46
2
Solved
We are developing an app that should respond to an iBeacon and circular regions in the background.
Sometimes it works perfectly, but sometimes the beacon and circular region enter/exit stop suddenl...
Runic asked 4/10, 2021 at 18:10
1
[Expected behaviour: Specifically for iOS 15. iOS 14 or lower versions work fine]
I have an Xamarin.Forms iOS app where I am monitoring and ranging for BLE beacons. The goal is that being in foregr...
Discursion asked 24/9, 2021 at 12:53
3
Solved
I want to build a c file based on BlueZ but seems no bluetooth.h file in my system.
fatal error: bluetooth/bluetooth.h: No such file or directory
I am sure the bluetooth dongle is running correc...
4
Solved
The Sensor advertises these Bluetooth LE Packages:
> 04 3E 26 02 01 03 01 B8 AB C0 5D 4C D9 1A 02 01 04 09 09 38
42 42 41 43 34 39 44 07 16 09 18 47 08 00 FE 04 16 0F 18 5B
B3
> 04 3E 2...
Cornwallis asked 7/9, 2014 at 19:34
1
I'm working on a use case that needs continuous callbacks while scanning the beacons.
I've thought of 2 approaches but they both have issues.
Monitoring: Monitoring only gives entry and exit callb...
Rumen asked 21/10, 2020 at 13:26
1
I’m running into the following problem with iOS 14.0 previously - with background location permission I could:
Register for iBeacon region monitoring
Kill the app from the app switcher
Tap the scr...
Wobbly asked 25/9, 2020 at 14:37
1
Solved
Can you work out if another iphone is say ~5 horizontal meters away?
This question has been asked here almost identically but a decade is a long time in tech. I have no interest in direction.
How ...
1
Edit: Issue may be related to iOS13 - Detect if bluetooth is enabled without prompting bluetooth usage request
We have received reports from our users that use iPhone 11 and iPhone 11 Pro that our...
0
I've encountered problem with beacon ranging in iOS 13
Ranging Nearable stickers stop working
self.nearableManager.startRanging(forIdentifier: nearableIdentifier)
Nothing happens in delegate ...
2
For one of my projects, I'm currently wanting to build an Ionic application to code once for both iOS and Android platforms. I'm looking for a way to measure the distance between two mobile devices...
Vere asked 14/3, 2017 at 22:32
2
Solved
I am detecting for iBeacon in background. When my device comes in a particular region application should comes to foreground.
Kiarakibble asked 8/4, 2014 at 7:23
3
Solved
Can an Android device act as an iBeacon and figure out when other Android devices come in its range? Do those other Android devices need to have Bluetooth turned on?
If a customer comes into my sh...
Randallrandan asked 26/10, 2013 at 4:46
3
I am able to pair/connect BLE device with my app while app is open. But when my app goes to background/suspended mode, I am not able to keep connection alive.
Is is possible to keep connection aliv...
Sungkiang asked 14/11, 2018 at 12:0
6
Solved
I'd like to create my own iBeacon with some Bluetooth Low Energy dev kits. Apple has yet to release a specification for iBeacons, however, a few hardware developers have reverse Engineered the iBea...
Subfloor asked 20/9, 2013 at 0:13
3
Solved
I am developing an application which will have multiple ibeacons to detect and react according. The client has different stores in which he wants to deploy the beacons. I am now in a situation wher...
13
I am looking into the possibility to use multiple iBeacons to do a 'rough' indoor position location. The application is a kind of 'museum' setting, and it would be easier to be able to form a grid ...
Illegible asked 2/12, 2013 at 16:19
2
Solved
I'm looking at implementing a beacon based app to do some location tracking based on beacon placement. From what I've read and understood, beacon monitoring is fairly innocuous on battery life but ...
Abseil asked 21/3, 2015 at 17:14
3
Solved
I have Cordova 8.0.0 on OSx 10.13.2 with Node v8.5.0 and npm v5.5.1.
After adding plugin cordova-plugin-ibeacon, when I do a cordova platform add android, I am getting following error:
failed ...
2
I am using the Xcode 7.0 beta, trying to use iBeacon thing. I don't have developer account, but heard the beta can run apps on your device. But when I was trying to run the program, device OS versi...
2
Solved
I am now using the new BLE api in android developing.
Basic idea is using bluetooth scanning result to inflate the recyclerview(list);
I followed the BLE guide on google developer
Now I have two...
Billups asked 20/11, 2014 at 12:50
3
Solved
I would like to develop app which detects a lot of beacon device without knowing uuid. However I cannot find way to do this. I have to define uuid in code.
I have developed a POC which works with ...
Cockade asked 11/5, 2016 at 13:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.