Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt Remote Objects on iOS
Qt 6.11 is out! See what's new in the release blog

Qt Remote Objects on iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 328 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Code Monkey George
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved