-
Is this package able to listen for all iBeacon signals? My requirement is that my app (Android and iOS) listens out for all iBeacons within range and then processes the information. This needs to wor…
-
1. Expected behavior and actual behavior.
Method requestAlwaysAuthorization should request "ALWAYS" authorisation but it results in following popup:
2. Steps to reproduce the problem.
Call iB…
-
**iOS device model, version and app version**
Model Name: iPhone 11 Pro (German Location Setting)
Software Version: 15.2
App version: 2021.12.1
**Home Assistant Core Version** 2021.12.3
…
-
I can see that the author did not accept pull request to fix the Gradle crashes, and the Github repo hasn't been updated for about a half year.
I have just saw/wrote some alternatives here:
1. htt…
-
Hi,
Great plugin which works well in my iOS and Android applications.
Just wondering however, does this plugin support iBeacon discovery whilst your application is closed?
-
Hi @alann-maulana, thanks for the library to make iBeacon detection easy and so our life :)
I'm trying to range the iBeacon as:
```
class _MyHomePageState extends State {
@override
void …
-
I tested this library on iOS 8 (anche iOS 8.1), but currently no longer works.
Any idea why does not work (in my case it does not find an estimote ibeacon)?
-
Is there is any solution for getting notification when the app not running state (killed).Ibeacon can wake up the ios app, is there is any equivalent in Eddystone ?. please replay
-
1. As written, what UUID is the iBeacon demo using? I'd like to see if iOS can detect it
2. How can we change the UUID / major / minor values that the device is broadcasting?
-
When trying to advertise from an iPad mini running iOS 10.1.1, I eventually figured out that the plugin expects location updates background mode to be true in order to function properly for iOS >= 9. …