Error code 1 on scan
-
I am receiving this error, trying to pair a Flic2 button on iOS 13.5.1 using the sdk:
"The operation couldn't be completed. (com.shortcutlabs.flic2lib.buttonscanner error 1)"
Is there any way to find out what's wrong? -
@anton said in Error code 1 on scan:
@info-6 All flic2lib.buttonscanner error codes are documented here: https://github.com/50ButtonsEach/flic2lib-ios/wiki/Documentation#flicbuttonscannererrorcode
error 1 appears to be "The scan could not be started since bluetooth was not in the powered on state."
Also keep in mind that the state will not be "in the powered on state" if you have forgotten to request for bluetooth permissions in your app, or if the user has rejected the request.
-
@info-6 All flic2lib.buttonscanner error codes are documented here: https://github.com/50ButtonsEach/flic2lib-ios/wiki/Documentation#flicbuttonscannererrorcode
error 1 appears to be "The scan could not be started since bluetooth was not in the powered on state."