-
As the comment near the corresponding TODO suggests. The POST should be moved into BeaconsResource (our current placement doesn't follow REST) This would mean the request would be POST /beacons which …
-
If we can get JZ to buy the hardware - a map of the locale and iBeacon support?
:)
-
I believe the native SDKs expose the possibility to monitor (or perhaps even ranging) beacons while the app is in the background. In such case, it would be good to add a way to plug app logic in the n…
-
Hi, I'm trying to run react-native-proximity on my pixel 3 device that uses Anroid 10,
I receive this error when running with adb logcat:
![Screen Shot 2020-01-12 at 7 10 27 PM](https://user-ima…
-
Thanks for amazing lib, much better than anything I've tried before :).
Is it currently possible with already implemented api to determine when beacon gets out of range? I've checked sources and it…
-
The plugin works very well within the boundaries you have stated. Thanks for that. I am in the process of getting an Estimate to improve accuracy.
Just a couple of points of note.
1. I notice th…
-
In Android 6, the permissions model has changed. Currently, the library (and sample application) fails to work in the foreground when using `targetSdkVersion23` (The default version in the current Cor…
-
I just implemented this simple method to fetch all available tags/zones
import UIKit
import Parse
import EstimoteProximitySDK
class HomeViewController: UIViewController {
let estimoteC…
-
-Precisione lettura messaggi: fino ad adesso ci siamo affidati al valore di Rssi come discriminante per far partire il messaggio audio -> valore rssi letto maggiore del valore del rssi di soglia prefi…
-
I am currently developing an indoor augmented reality navigation android application and I am struggling using Google ARCore with Sceneform to create a navigation path from my current location to the …