Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

TOO_LOW_AUTH_LEVEL error #297

Open Atul141 opened 5 years ago

Atul141 commented 5 years ago

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)


  connection.settings.estimote.location.enable().set(false, new SettingCallback<Boolean>() {
            @Override
            public void onSuccess(Boolean value) {

            }

            @Override
            public void onFailure(DeviceConnectionException exception) {

            }
        });```