作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每次我尝试使用 ConnectToBeacon
方法连接 estimote 信标时,我都会收到此错误:
Beacon not in range, has outdated software or is Virtual beacon.
但同一个信标的接近度为 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)。
干杯。
关于c# - 连接到 estimote beacon iOS 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24770474/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!