Xamarin beacon configuration app

hello,
I have tried to use beaconconnection class to update my beacon settings but it always return an authentication error with this message
"
— End of managed EstimoteSdk.Exception.EstimoteDeviceException stack trace —
com.estimote.sdk.exception.EstimoteDeviceException
at com.estimote.sdk.connection.BeaconConnection$1.failure(BeaconConnection.java:250)
at com.estimote.sdk.cloud.internal.InternalEstimoteCloud$6.failure(InternalEstimoteCloud.java:357)
at com.estimote.sdk.repackaged.retrofit_v1_9_0.retrofit.CallbackRunnable$2.run(CallbackRunnable.java:53)
at android.os.Handler.handleCallback(Handler.java:751)"
can I configure my beacons using xamarin platform ?

Hi ,

I am also having the same error when I try to connect to Estimote beacon in Xamarin Android with Estimote SDK version -1.1.0.

I have initialize the estimote cloud as well:
Estimote.Initialize(Application.Context.ApplicationContext, EstimoteApID,EstimoteAppToken);
then,
BeaconConnection beaconConnection = new BeaconConnection(this, beacon, this);
beaconConnection.Authenticate();

Thanks