Android-AltBeacon-Library icon indicating copy to clipboard operation
Android-AltBeacon-Library copied to clipboard

Proximity beacon ranging and monitoring library for Xamarin.Android apps

Results 24 Android-AltBeacon-Library issues
Sort by recently updated
recently updated
newest added

Hi, Chris I'm running the example of this library and I have a mistake in this line _beaconManager.AddRangeNotifier (_rangeNotifier); BeaconManager has no definition for AddRangeNotifer whit library 2.7 and 2.4,...

I'm looking at the sample projects. They all seem to point to the AndroidAltBeaconLibrary.dll as a hard reference, instead of the actual code, as a project reference. The actually AndroidAltBeaconLibrary...

question

Is there a wiki? How can I see a list of events which the client can subscribe to? Thanks,

question

With the binding as-is, some of the AltBeacon-specific APIs do not have idiomatic C# variants. I'd like to enhance this binding to C#-ify at least *some* of the more common...

Hi Chris. I have this problem at Android.Runtime.JNIEnv.GetMethodID (IntPtr kls, System.String name, System.String signature) in :0 at Android.Content.ISharedPreferencesInvoker.Edit () in :0 at Acr.Notifications.NotificationsImpl.GetNextNotificationId () in :0 at Acr.Notifications.NotificationsImpl.Send (Acr.Notifications.Notification notification)...

question

[BluetoothAdapter] android.os.DeadObjectException [BluetoothAdapter] at android.os.BinderProxy.transact(Native Method) [BluetoothAdapter] at android.bluetooth.IBluetooth$Stub$Proxy.isEnabled(IBluetooth.java:648) [BluetoothAdapter] at android.bluetooth.BluetoothAdapter.isEnabled(BluetoothAdapter.java:501) [BluetoothAdapter] at org.altbeacon.beacon.service.scanner.CycledLeScanner.finishScanCycle(CycledLeScanner.java:244) [BluetoothAdapter] at org.altbeacon.beacon.service.scanner.CycledLeScanner.scheduleScanCycleStop(CycledLeScanner.java:233) [BluetoothAdapter] at org.altbeacon.beacon.service.scanner.CycledLeScanner$1.run(CycledLeScanner.java:229) [BluetoothAdapter] at android.os.Handler.handleCallback(Handler.java:733) [BluetoothAdapter] at android.os.Handler.dispatchMessage(Handler.java:95) [BluetoothAdapter] at android.os.Looper.loop(Looper.java:149)...

question

Hi @chrisriesgo . I have downloaded your Forms Demo and I see that ``` async void RangingBeaconsInRegion(object sender, RangeEventArgs e) ``` is called 2 times, one after the other. I...

question

Hi Chris, In Nexus 9 with android 7 nougat. When the app is on foreground , Beacon detection is working without using location services. But in Background, it is not...

question