C# 连接到estimote beacon iOS时出错

C# 连接到estimote beacon iOS时出错,c#,ios,ibeacon,estimote,C#,Ios,Ibeacon,Estimote,每次我尝试使用ConnectToBeacon方法连接EstMote信标时,都会出现以下错误: 信标不在范围内,有过时的软件或是虚拟信标 但同一信标的接近度为2,rssi值为-72 下面是我尝试的代码的快照: public class ConnectingToBeacon : ESTBeaconDelegate { ESTBeacon samplebeacon; public ConnectingToBeacon(ESTBeacon beacon) { s

每次我尝试使用
ConnectToBeacon
方法连接EstMote信标时,都会出现以下错误:

信标不在范围内,有过时的软件或是虚拟信标

但同一信标的接近度为2,rssi值为-72

下面是我尝试的代码的快照:

public class ConnectingToBeacon : ESTBeaconDelegate
{
    ESTBeacon samplebeacon;

    public ConnectingToBeacon(ESTBeacon beacon)
    {
        samplebeacon = beacon;
        samplebeacon.Delegate = this;
        samplebeacon.ConnectToBeacon();

    }

    public override void ConnectionDidFail (ESTBeacon beacon, NSError error)
    {
        Console.WriteLine ("Proximity " + beacon.Ibeacon.Proximity.ToString ());
    }

}

我遗漏了什么吗?

请尝试使用Estimote iOS应用程序通过无线将您的信标更新为最新的FW(2.1)

干杯。

从获取最新的SDK。 尝试使用Estimote应用程序连接到信标,以确保信标是否实际工作

如果您无法使用Estimote应用程序找到信标,则您的信标的电池寿命可能已经结束