awerudev
awerudev
@shashi-kiwi Did you fix this issue.?
@hamzafarooq-10P Same error
// 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, thanks for the info! let me try again with above code.
Hi @GiovanniVisentini , I have integrated the latest BlueSTSDK_iOS. But I am getting the following error in Xcode 11.1.  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...