-
Thanks for the great piece of work! I have one issue I don't seem able to solve.
Every time when I run a simple piece of code on my Mac communicating with one of my boost sensors it crashes, stating…
-
The library used to work well between my MacBook and iPhone, but a few months later (with an iOS reinstallation and OS X upgrade in between) it doesn’t. I’m trying it this way:
1. Install ANCSExample …
-
We have an application where we are subscribing to notifications from a peripheral. If we set the peripheral's update rate to anything less than ~100ms, our Noble app running on OSX will miss some fra…
-
When we last left our heroes, the big missing functionality was being awoken from sleep and restoring bluetooth. From my react native issue: https://github.com/facebook/react-native/issues/1660
> Rig…
-
Sorry for eventually re-opening closed discussion here, but I see ongoing discussions around connected peripherals ( #237 #243 #253 ) and scanning ( #191 ), with a [pull-request](https://rawgit.com/j…
-
Our device publishes the Appearance as 0x0D44, but the latest version 2.6b616 (and versions before it) shows `Device Type: GlucoseMeter` although the Online Resources Status shows "Up To Date". This d…
-
I'm connecting to BLE device to read some characteristics and listen for notifications. When I'm done I would like to disconnect the device.
When I call disconnectOrCancelConnection() it says device …
-
Hey, we've submitted the app and here's what we got:
> 2.16 Details
>
> Your app declares support for bluetooth-central in the UIBackgroundModes key in your Info.plist, but does not provide Bluetoot…
-
Hi there. I'm currently trying to mock out `CBCentralManager` using the experimental ObjC stubbing feature. I've run into an issue with the `delegate` property on this class... If I don't stub the `de…
-
Hi,
I've understood that iOS hides some of the advertised data from iBeacons.
On Android the plugin gives me access to all the information I want. UUID, Major, Minor, TxPower, Rssi etc, but on iOS …