NordicSemiconductor / IOS-nRF-Mesh-Library

Provision, configure and control Bluetooth mesh devices with nRF Mesh library.
https://www.nordicsemi.com/
BSD 3-Clause "New" or "Revised" License
313 stars 123 forks source link

Version 4.0.0 not sent vender mesages #568

Closed DuanPhan92 closed 11 months ago

DuanPhan92 commented 11 months ago

Describe the bug I am using nrf mesh app on my iphone, yesterday everthing still ok. But today i can’t send any messages in vendor model.

Platform details:

philips77 commented 11 months ago

Thank you for the bug report. I'm in process of fixing bug, so I'll make sure to test and fix it.

Do you have any logs?

Note You may get the logs with Console app (native on MacOS) and the phone connected to your Mac. Then enable Info and debug messages in menu and set a filter for subsystem=com.nordicsemi.nRFProvision.

philips77 commented 11 months ago

OK, I found the issue. VendorMessage is neither AcknowledgedVendorMessage nor UnacknowledgedVendorMessage and therefore is never sent. Will fix now!

philips77 commented 11 months ago

Version 4.0.1 has been submitted to AppStore. Should be available soon. Once again thank you for reporting the bug.