neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
430 stars 129 forks source link

onBeaconUpdated not called in relase version of app using 0.4.0 #186

Open GCIotron opened 2 months ago

GCIotron commented 2 months ago

Hello strange things happening when I run release version of my application

I followed the Instruction on the main page and running the debug version of my application when i scan eddystone becaon calling BeaconManager.processAdvertisingData fires onBeaconUpdated method of the BeaconUpdateListener.

but when i run in the release mode onBeaconUpdated is not called.