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. Can we use QLibrary in android and IOS?
QtWS25 Last Chance

Can we use QLibrary in android and IOS?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
6 Posts 3 Posters 608 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.
  • A Offline
    A Offline
    Advanced
    wrote on last edited by
    #1

    Hi Guys
    Is it possible to load shared library with QLibrary in IOS and Android?
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIK, yes, since it's how OpenSSL is used on Android. I don't know for iOS though but I don't see any specific reason as for it not working there.

      Out of curiosity, why use QLibrary on these platforms ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Advanced
        wrote on last edited by
        #3

        Hi
        I want to Add several C++ class with Qt quick forms in library and when app open automatically download the library and load it. of course in Android and IOS.

        jsulmJ 1 Reply Last reply
        0
        • A Advanced

          Hi
          I want to Add several C++ class with Qt quick forms in library and when app open automatically download the library and load it. of course in Android and IOS.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Advanced I'm not sure such an app will pass the Apple/Google checks before it can be put into the stores...

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Advanced
            wrote on last edited by Advanced
            #5

            You think, they accept our software, can i do it with QLibrary?

            jsulmJ 1 Reply Last reply
            0
            • A Advanced

              You think, they accept our software, can i do it with QLibrary?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Advanced I don't know whether they accept your software as it is going to download libs from internet after installation.
              QLibrary should work, just try.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              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