mlin34
About
- Username
- mlin34
- Joined
- Visits
- 59
- Last Active
- Roles
- Member
Comments
-
Hi Laura, I just downloaded your latest example, ran it on my device and got a run time error as your code tried to unwrap an optional value. I have uploaded the screenshot. There looks to be an issue (Thread 1: Fatal error: Unexpectedly found ni…
-
Not sure you are being accurate. It's not just the sample code. Have a closer look. Your Swift interfaces are no longer there. it used to be done like this: uuid = device.identifier.uuidString device.iBeacon?.setUuid(CBUUID(string: uuid)) …
-
sorry for the large fonts..not sure how that happened
-
Hi Laura, I'm really not sure why the Swift support has taken a step back with the latest SDK. I had fully functioning code for iBeacon before the latest SDK. The code to set the UUID and parameters for iBeacon used to be straightforward as per be…
-
@Laura said: What other items are you looking for? Setting the uuid. Since what you provide is a wrapper for a C++ API, if you can provide a Swift example of how the parameter can be passed in as a pointer it would help. The signature o…
-
@Laura said: I put up example code for you, find it here: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/tree/master/MetaWearApiTest Don't forget that once you setup iBeacon mode, you have to disconnect from the board so that it …
-
Thanks I will have a look. At first glance the example just enabled and disables the board for iBeacon and doesn't set any of the parameters I mention above. As it's a C++ API, I'm not sure if I'm passing raw pointers in properly (as per the snipp…
-
Great to hear. In the meantime is there any guidance you can provide with my question above?
-
Is there nobody that has implemented iBeacon on iOS using the latest SDK? I have to say that the latest SDK has pretty thin documentation on iOS. the documentation was much better on previous SDK version. Any help from anyone would be appreciated…
-
SDK is 10.3
-
Hi,this is still an issue for me. Do you have a SWIFT example of storing and retrieving a device configuration?
-
Yes I can confirm that I am not calling setConfigurationAsync(nil) I only call that method once and that's to set a new configuration object to the device. It seems to be cleared after a call to downloadLogAndStopLogginAsync and then terminate th…