Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
835 stars 451 forks source link

Android 7 not detecting beacons consistently on C# #215

Closed ghost closed 7 years ago

ghost commented 7 years ago

I am using StartEddystoneScanning on my android 7 device, to retrieve the beacons Instance, and Namespace, and it picks up beacons, but not consistently like it does on my android 5 device. The BeaconManager.Eddystone event sometimes returns an e.Eddystone.Count of 0.

pawelDylag commented 7 years ago

Hello @OPcody

At first I am a little bit confused about "C#" in your title. Are you using something like Xamarin for your app development? I would also like to know:

  1. which phone model are you using (different phone models have different BLE stack and different behaviour, I need to know that)
  2. Our SDK version
  3. Your BeaconManager settings, like foreground/background scan period
  4. TX power and Interval of your Beacons (this strongly affects the discovery of Eddystone packets)

Cheers!

ghost commented 7 years ago

Hello @pawelDylag

Thank you for answering, but I decided to use something else.