Any tips on developing / testing Bluetooth on iOS? The docs offer a solution for android using the simulator. And sideloading an IQ app didn't work (IQDeviceStatus was returned as nil, which is why I'm assuming send failed).
Doing so, the Comm app is installed and works on the device. However, IQAppStatus is being returned as nil (suggesting it's not installed/found per the SDK's Programmer's Guide), and thus send/receive from the Garmin device over BLE fails. This happens in both the unedited Obj-C iOS ExampleApp and the Swift conversion I'm working on. In other words, the current iOS SDK, iOS SDK and Comm example app do not work.
Has anyone, especially the Garmin team seen this? I'm effectively unable to develop my app without working BLE. How can I help debug this error on my part, or regression in GCM or the SDK? I am using XCode 8 and iOS 8.1 as my deployment target.