Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › Possible to deinit FlomioSDK?
I’m trying to setup a toggle to disconnect connected readers and disable FlomioSDK’s bluetooth discovery. What is the best way to go about doing this?
Hi Andrey,
Calling stopReaders
when PowerOperation
is set to BluetoothConnectionControl
will disconnect connected readers and is used for disconnecting them when the app goes into background, this required that Bluetooth polling would be ready to connect when the app comes into the foreground which causes a problem disconnecting them without backgrounding. Unfortunately, this hasn’t been dealt with, I would recommend trying to using CoreBluetooth’s CBCentralManager
stopScan
method to override the issue in our SDK.
Scott
You must be logged in to reply to this topic.