Qt Remote Objects on iOS
Unsolved
Mobile and Embedded
-
Hi,
I'm trying to use Qt Remote Objects on iOS with Qt 5.15 to communicate between processes on the same device.
When I create a QRemoteObjectHost with the URL "local:replica", it fails. The same code works fine on other platforms (e.g. macOS, Linux, Android). The error messages on the console are:
qt.remoteobjects: Listen failed for URL: QUrl("local:replica") qt.remoteobjects: QAbstractSocket::HostNotFoundError
It looks like QLocalServer is failing on listen(). I created a very simple iOS app that creates a QLocalServer and calls listen(), and it also fails similarly (but works on macOS for example).
Perhaps there are some iOS-specific steps I've missed?
Any guidance would be great!
Thanks,
CMG