pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 33 forks source link

Broadcast is not working in example app #38

Open mrdc opened 1 year ago

mrdc commented 1 year ago

Hello,

Broadcast is not working in the example app. Compiles fine, but when I click Start button, beacon is not transmited. No errors in runtime logs.

iOS: 16.5
flutter: 3.0.5
beacon_broadcast: 0.3.1
mrdc commented 1 year ago

Looking in iOS logs I see that the broadcast is started, but a beacon scanning app shows nothing. Using flutter_beacon for transmitting and scanning works fine. Can it be related to a different beacon "format" broadcasted by beacon_broadcast?

chan150 commented 10 months ago

same issue here