2015-03-13 88 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