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. QNetworkAccessManager:networkAccessibleChanged does not work in iPadOS 17.2
Forum Updated to NodeBB v4.3 + New Features

QNetworkAccessManager:networkAccessibleChanged does not work in iPadOS 17.2

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 236 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
    CellCS
    wrote on last edited by
    #1

    Basic codes is

    QNetworkAccessManager *m_qnam;
    
    connect(m_qnam, SIGNAL(networkAccessibleChanged(QNetworkAccessManager::NetworkAccessibility)), this, SLOT(slotCheckNetwork(QNetworkAccessManager::NetworkAccessibility)), Qt::UniqueConnection);
    

    in Android, Slot slotCheckNetwork get signals when turn on/off wifi, but in ipad17.2, does not work, no any signal emit.

    Qt5.12, Xcode 15.2

    1 Reply Last reply
    0
    • C Offline
      C Offline
      CellCS
      wrote on last edited by
      #2

      iPadOS 17.2 with xcode 15.2 have surprised upgrades:

      Issue: if iPad is connected with usb and has the same wifi as development laptop's one, then iPad fails to detect online and offline.

      Another side: build the APP directly through wifi connection with iPad devices (no need usb/typeC lines anymore) , explain the issue that iPad has always connection.

      But question is then, how to test network connectivity?

      1 Reply Last reply
      0
      • C CellCS has marked this topic as solved on

      • Login

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