itsurboihenry
itsurboihenry
Hi @R0m4in-dooz Yes this issue also happen on iOS, i tested and get the same error About the (-2147418111), i also confuse and don't know why it has a "-"...
[Update] Hi @R0m4in-dooz Sorry i forget to mention that i fixed the error about a week ago 😄  I added a "?" for a nullable And re-generated freezed And...
``` 🥂 [DoozProvisionedDevice] Received flutter call : elements 🥂 [DoozProvisionedDevice] Received flutter call : unicastAddress 🥂 [DoozProvisionedDevice] Received flutter call : name 🥂 [DoozMeshNetwork] Received flutter call : groups 🥂...
Hello @R0m4in-dooz Well i add like you said in the [DoozMeshNetWork.swift](https://github.com/OZEO-DOOZ/nrf_mesh_plugin/blob/master/ios/Classes/DoozMeshNetwork/DoozMeshNetwork.swift) on the getElementsForGroup ``` case .getElementsForGroup(let data): if let group = meshNetwork.group(withAddress: MeshAddress(Address(exactly: /*data.address*/ data.address.address )!)){ let models =...
Hello @R0m4in-dooz So tried like you said and...  It still show the old error 😿 I'am still learning swift rn 👶 and this is pretty hard for me Hope...
Here is the commit that i remove the set nodeName at the end of provisioning [my commit](https://github.com/Hung6129/nrf_mesh_plugin?organization=Hung6129&organization=Hung6129)