This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I am able to provision the device. But not able to get the composition data.

Hi, I am trying the to create a mesh application using iOS nRFMESH SDK. I am able to provision the device but i am not able to get data from the getCompositionData method.

The MeshNetworkDelegate always returns to below method.

func meshNetworkManager(_ manager: MeshNetworkManager,

                            failedToSendMessage message: MeshMessage,

                            from localElement: Element, to destination: Address,

                            error: Error) { }

Not sure what error i have done. On high level i have checked for node.isCompositionDataReceived which in turn moves to getCompositionData which is always giving error in ConfigurationViewController.

Related