Justin

Results 8 comments of Justin

Seeing the same thing on Swift 4

Any updates here? MMLanScan is periodically crashing on me in SimplePing.

Hi, @burnhamd. We've added iOS background functionality in https://github.com/JuulLabs/kable/pull/551 . `willRestoreState` was implemented as a `No-op`, though, as it was required by the OS to be implemented by the delegate,...

Just got more misuse logs. Now one for powered on state: ``` API MISUSE: Cancelling connection for unused peripheral , Did you forget to keep a reference to it? API...

Was wondering what @twyatt and @davidtaylor-juul 's thoughts are on this? Based on my findings, a reasonable solution would be to find a way to defer the initialization, but I...

> @Phoenix7351 it'd be great to get a sample iOS app in the [SensorTag sample app](https://github.com/JuulLabs/sensortag) (it has been [requested](https://github.com/JuulLabs/sensortag/issues/11)); if you have the time/bandwidth? > > With iOS support...

It just occurred to me that the issue is probably not having the iOS app side setup. I can help you with that!

https://medium.com/@adrianwitaszak/kotlin-multiplatform-mobile-bluetooth-permission-and-bluetooth-service-setting-9a697e70700 This article makes no mention of this behavior, but also instantiates `CBCentralManager` lazily.