-
Hello.
is it possible to act as a broadcaster (beacon). does .startAdvertising do this?
greetings
maik
-
Hi Mmazzarolo, thank you, your plugin is good !
But i have a problem, when a launch my app, my ibeacon is detected one time every x secondes ! Sometimes, no ibeacon, some time i can see my ibeaco…
-
I'm leaving my accumulated (intentionally opinionated, and now slightly edited) comments and questions here, as I couldn't find any better place for them. They mainly concern Eddystone-URL, as that's …
-
**Expected behavior and actual behavior**
when enabling debug notifications i expect to receive notifications but do not and in xcode i get
```-[UIApplication presentLocalNotificationNow:] must be u…
-
> Triggering macOS/iOS receivers via Bluetooth Low Energy. Apple devices start their AWDL interface and AirDrop server only after receiving a custom advertisement via Bluetooth LE (see USENIX paper fo…
ghost updated
3 years ago
-
Will this allow a flavour of beacon to be broadcast from iOS as well as Windows phone and Android? Although I see the Windows and Android libraries, is an iOS library under development?
As a develope…
-
**Describe the bug**
I am building an application which prints ID, Name, RSSI and ServiceUUID of available BLE's
```
void bleScanner() {
print('Into the function bleScanner()');
final flut…
-
### Version
1.0.7
### Platform
iOS | Android
### OS version
iOS 10| android 7.0...
### Steps to reproduce
I have this code in the ComponentDidMount:
componentDidMount() {
Beacon…
-
Hey,
I'm working on an app which send a notification to user when a ibeacon is around him ! But i have a problem, when my app is running on screen, everything works but when i go on home, nothing !…
-
Optimize connection pattern for multiple users. This means disconnecting on purpose, so other phones can connect to it.
The reason why this is necessary is because the iBeacon functionality does not…