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.