Hi!
I use nRF Cloud Lib of NCS v3.1.1. I couldn't find detailed info on how nrf_cloud_send() works with QoS > 0.
If I set QoS > 0 and get a 0 error code returned from nrf_cloud_send(), does that mean the data was successfully delivered to the cloud? I suppose no, but want to make sure.
If the 0 code doesn't actually mean that data was delivered, I would like to know the best/simplest way to implement a guaranteed data delivery.
Thank you!