Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use those on different phones and still communicate with the network devices.
I've planned on exporting to my database the whole nRF mesh network but I'm trying to store as small values as possible.
So I've been using the same appkeys and netkeys with different phones, but no luck! Messages get sent but our devices won't listen to new devices. Is there some information I'm missing?
Thanks