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. [iOS] QIOSApplicationDelegate
Forum Updated to NodeBB v4.3 + New Features

[iOS] QIOSApplicationDelegate

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 1.6k Views 3 Watching
  • 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.
  • M Offline
    M Offline
    MaxL
    wrote on last edited by
    #1

    Hi everyone,

    this is a follow up on https://forum.qt.io/topic/46012/solved-how-to-extend-qiosapplicationdelegate-with-category-on-ios. I did not want to reply in the subject since it has been marked as solved.

    I'm trying to get the same thing to work. However I have an installed version of Qt so I'd like to know how I could get the header for qiosapplicationdelegate ( if possible ).

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

      Hi,

      Install the corresponding sources and you'll be ready to go

      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
      0
      • M MaxL

        Hi everyone,

        this is a follow up on https://forum.qt.io/topic/46012/solved-how-to-extend-qiosapplicationdelegate-with-category-on-ios. I did not want to reply in the subject since it has been marked as solved.

        I'm trying to get the same thing to work. However I have an installed version of Qt so I'd like to know how I could get the header for qiosapplicationdelegate ( if possible ).

        benlauB Offline
        benlauB Offline
        benlau
        Qt Champions 2016
        wrote on last edited by
        #3

        @MaxL What are you going to extend? In case if you just need to override the openURL and didFinishLaunchingWithOptions function. Then you don't need to include the header of QIOApplicationDelegate.

        In my application , I have override the openURL to use Dropbox without the header and it works.

        Example code:
        https://github.com/benlau/quickios/blob/master/tests/quickiosexample/appdelegate.mm

        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