We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estimote SDK version: [com.estimote:sdk:1.4.5]
Android devices affected: [All]
Android OS version affected: [All]
Beacon hardware version: [J1.6]
[Description of the issue]
I am trying to change a few settings like min and max of iBeacon.
It has been working fine for all time now.
From yesterday, I am getting this error and the setting is not changing. Please help me with this.
This is the code. Error:
com.estimote.mgmtsdk.common.exceptions.OperationException: Error TOO_LOW_AUTH_LEVEL ,register=3002)
connection.settings.estimote.location.enable().set(false, new SettingCallback<Boolean>() { @Override public void onSuccess(Boolean value) { } @Override public void onFailure(DeviceConnectionException exception) { } });```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Basic information
Estimote SDK version: [com.estimote:sdk:1.4.5]
Android devices affected: [All]
Android OS version affected: [All]
Beacon hardware version: [J1.6]
Description
[Description of the issue]
I am trying to change a few settings like min and max of iBeacon.
It has been working fine for all time now.
From yesterday, I am getting this error and the setting is not changing.
Please help me with this.
This is the code.
Error:
com.estimote.mgmtsdk.common.exceptions.OperationException: Error TOO_LOW_AUTH_LEVEL ,register=3002)
The text was updated successfully, but these errors were encountered: