Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    example using a custom ios launch image

    Mobile and Embedded
    examples ios
    2
    3
    1169
    Loading More Posts
    • 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.
    • clogwog
      clogwog last edited by clogwog

      are there any examples that use the ios custom launch image (png, not xib) where this works ?

      in the examples directory i can't find any
      ( grep -R UILaunchImageMinimumOSVersion * )

      1 Reply Last reply Reply Quote 0
      • M
        mcosta last edited by

        Hi,

        UILaunchImageMinimumOSVersion is a key of Info.plist file.
        I think is not related to Qt so this is why you didn't found examples.

        BTW, you can use custom Info.plist with these steps:

        1. Create your custom Info.plist
        2. Add this
          QMAKE_INFO_PLIST = <your_file>
          to your .pro file

        Once your problem is solved don't forget to:

        • Mark the thread as SOLVED using the Topic Tool menu
        • Vote up the answer(s) that helped you to solve the issue

        You can embed images using (http://imgur.com/) or (http://postimage.org/)

        clogwog 1 Reply Last reply Reply Quote 0
        • clogwog
          clogwog @mcosta last edited by clogwog

          @mcosta thanks. i am using a custom info.plist and that is where i set the UILaunchImageMinimumOSVersion as described in http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images

          i just can't get it to work, so i am wondering if anyone else has got this working ?

          also looked at the weather app example but that one is done manually in xcode after the xcode project file has been created ( https://qt.gitorious.org/qt-labs/weather-app/source/e2c92d9d1e978aacc6a541e175dbd9931ca3470f:ios/readme.txt ) i guess this is a fallback option.. but i am still hopeful that http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images can be used.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post