awerudev

Results 8 comments of awerudev

@shashi-kiwi Did you fix this issue.?

// BlueSTSDKFeatureDelegate func didUpdate(_ feature: BlueSTSDKFeature, sample: BlueSTSDKFeatureSample) { guard let node = self.node else { return } let features = node.getFeatures() guard let ind = features.firstIndex(of: feature) else {...

// So I was able to save the "record". do { try record.write(to: fileURL, options: .atomic) } catch let error { // failed to write file – bad permissions, bad...

Hi @GiovanniVisentini , I have integrated the latest BlueSTSDK_iOS. But I am getting the following error in Xcode 11.1. ![Screen Shot 2019-11-17 at 10 08 47 AM](https://user-images.githubusercontent.com/22884168/69009335-49ce0d00-0922-11ea-8769-f9fc52832c2e.png) Please let me...

Hi @GiovanniVisentini , Thanks for the info! Yes Right. I was targeting the emulator. Let me try again. Thank you!

Hi @GiovanniVisentini , Your answer was really helpful for me. By the way, I am just wondering how to detect once the data transfer is stopped. I just wanted to...