Hi,
I am using estimode com.estimote:proximity-sdk:1.0.3 and getting a crash from the sdk.
This is the stack trace:
java.lang.IllegalStateException: Unable to create bluetooth LE scanner instance
at com.estimote.scanning_plugin.packet_provider.scanner.AlwaysErrorEstimoteScaner.scan(AlwaysErrorEstimoteScaner.kt:13)
at com.estimote.scanning_plugin.packet_provider.use_cases.EstimoteLocationScanUseCase.run(EstimoteLocationScanUseCase.kt:22)
at com.estimote.scanning_plugin.packet_provider.EstimotePacketProvider.provideEstimoteLocation(EstimotePacketProvider.kt:45)
at com.estimote.scanning_plugin.api.EstimoteBluetoothScanner$estimoteLocationScan$1.invoke(EstimoteBluetoothScanner.kt:16)
at com.estimote.scanning_plugin.api.EstimoteBluetoothScanner$estimoteLocationScan$1.invoke(EstimoteBluetoothScanner.kt:10)
at com.estimote.scanning_plugin.api.use_cases.ScanUseCase$scanForPacketsAccordingToSettings$1.apply(ScanUseCase.kt:22)
at com.estimote.scanning_plugin.api.use_cases.ScanUseCase$scanForPacketsAccordingToSettings$1.apply(ScanUseCase.kt:8)
at io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarXMapObservable.subscribeActual(ObservableScalarXMap.java:142)
Please let me know how to handle this.
Regards,
Akshay