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 threads and dynamic (iOS) frameworks
Forum Updated to NodeBB v4.3 + New Features

QNetworkAccessManager threads and dynamic (iOS) frameworks

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 278 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.
  • Uncle_MastaU Offline
    Uncle_MastaU Offline
    Uncle_Masta
    wrote on last edited by Uncle_Masta
    #1

    I'm starting to think that dynamic frameworks in iOS (simulator and device) don't have have the same threading behavior as "everything else" - meaning static libraries, or no libraries at all.

    I'm using QNetworkAccessManager code that works when I:

    • link it statically
    • directly include the code

    But, when I run it as a dynamic library (in an iOS framework), the same call (sendCustomRequest()) returns like usual, but thread that actually makes the network call never starts (or never returns).

    Is this actually true? Is this expected? Is there some linking magic to get this to work? Or, do I need to do something specific to get it to work?

    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