In native/cpp/CommoonCpp/NativeModules/CommCoreModule.cpp add `#include "../../../native_rust_library/lib.rs.h"` and in the same file in function `getAllMessages` add `printf("%s\n", generate_device_id(DeviceType::KEYSERVER));` and see that after launching ios from XCode a string subjet to "^(ks|mobile|web):[a-zA-Z0-9]{64}$" is logged to the XCode console. I tested this launching
a phisical device as for some reason I cannot launch the simulator from XCode.