AltBeacon / spec

AltBeacon Technical Specification

Home Page:http://altbeacon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.altbeacon.beacon.service.BeaconService$1.onLeScan FATAL EXCEPTION

Keith3679 opened this issue · comments

Fellow AltBeacon Developers,

I'm seeing the following AndroidRuntime FATAL EXCEPTION: main in ADB Logcat after I RangeBeacons for approximately 8 hours. It appears to only happen when my app is in an area of high beacon congestion, IE in a lab etc. If it sits in a quiet area, we do not see this exception...

crash

I'm not seeing any Exceptions in my code elseware nor am I seeing the above Exception. The App just dies and falls out of the sky without any warning.

Anybody have an insight as to what the problem could be?

Thanks

Keith

Can you please tell us what version of the library you are running?

David,

I'm using version 2.1.4 of the Xamarin AltBeacon NuGet...

https://components.xamarin.com/view/android-altbeacon-library

This is a duplicate of this issue: AltBeacon/android-beacon-library#217

It was fixed in Android Beacon Library version 2.3.1 https://github.com/AltBeacon/android-beacon-library/releases/tag/2.3.1

Your best bet is to try to get the Xamarin wrapper updated.

Thanks David!