2015-03-13 45 views
0

我从https://github.com/smartface/Sample-Projects/tree/master/iBeacon下载示例应用程序,并随后在http://www.smartface.io/developer/guides/advanced/ibeacon/#broadcastingSmartface.io iBeacon显示崩溃

教程当我点击Smartface伴侣“监视信标”按钮应用程序,它只是崩溃。当我在Mac上的xcode项目中运行它时,会发生同样的情况。

这是它崩溃SMF.Bluetooth.BLE.startMonitoringForRegion

错误在Xcode:exc bad access code 1

iPhone 5版本:7.1.2(11d257)

任何人都收到这个问题,并知道解决办法?

var beaconRegion = new SMF.Bluetooth.BLE.BeaconRegion({ 
     proximityUUID : "B9407F30-F5F8-466E-AFF9-25556B57FE6D", 
     identifier : "io.smartface.beaconapp", 
     major : 1, 
     minor : 1 
    }); 

**SMF.Bluetooth.BLE.startMonitoringForRegion({** 
    region : beaconRegion, 
    onEnterRegion : function (e) { 
     alert("Enter region: " + JSON.stringify(e)); 
     SMF.Bluetooth.BLE.startRangingBeaconsInRegion(beaconRegion); 
    }, 

回答

0

现在是一个已知的bug,它是将要固定Smartface应用程序Studio 4.3.1

感谢您的反馈意见。

+0

Smartface App Studio 4.3.1上的任何ETA? – toupilsner 2015-03-13 16:08:57

+0

您可以获得直接补丁,如果您是持有许可的客户而无需等待4.3.1发布。需要3周才能发布新的4.3.1版本。 – 2015-03-16 06:53:08

+0

我可以知道何时版本4.3.1将针对iBeacons修复程序发布? – 2015-06-08 04:20:56