问题描述
- iOS 8 BLE readRSSI delegate call back not firing
- 如题。
http://www.openradar.me/18476971
问题大概是这样的:
Summary:
There seems to be an issue in the CoreBluetooth framework that us causing all readRSSI() requests to never trigger the new iOS 8 delegate peripheral(peripheral: CBPeripheral! didReadRSSI RSSI: NSNumber! error: NSError!)This issue only occurs once the application has successfully connected to this device once. Upon disconnection and reconnection the application never receives this callback again.
问题的重现过程:
1. connect to BLE device.
2. attempt to read the RSSI value with the method readRSSI()
3. disconnect from BLE device.
4. reconnect to BLE device.
5. attempt to read the RSSI value with the method readRSSI()
在步骤5之后,再无法正常读取rssi值。还请大神帮忙!
解决方案
iOS iOS8中 问题""registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later"" 解决方案
ios 文件存储 iOS Data Storage Guidelines 和 ""do not back up""文件属性
Xcode 安装不了文档,出现 Could not download and install iOS 8. The certificate for this server is invalid...
时间: 2024-09-28 02:13:24