Closed chkchk closed 7 years ago
I got the same problem. do you have solve it yet?
Hello @chkchk, @ducva
It looks like your BeaconManager
object was deleted, but never disconnected from underlying service, which tries to send scan data to "dead" beacon manager. I want you to make sure that your BeaconManager
object is not deleted without calling disconnect()
method. If this won't help, we will proceed further.
Have a great day!
@pawelDylag, I didn't call disconnect() method but I didn't delete BeaconManager, my demo application just called Connect then StartRanging, I don't know why but it runs perfect on my Samsung device but the Sony device didn't
Hello @chkchk @ducva
Could you confirm that this is still happening in version 1.0.2
?
Have a nice day!
Exception occurs when it runs on Sony F3316 device (Android 6.0)
I'm not sure if it happens on other Sony device but my application works well for Samsung Galaxy S6 (6.0.1) It happens everytime found a beacon device. I try to use SDK 0.12.0 and latest 0.13.0 but nothing changed.
Anyone faced this problem?