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. example using a custom ios launch image
QtWS25 Last Chance

example using a custom ios launch image

Scheduled Pinned Locked Moved Mobile and Embedded
examplesios
3 Posts 2 Posters 1.4k 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.
  • clogwogC Offline
    clogwogC Offline
    clogwog
    wrote on last edited by clogwog
    #1

    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
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      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/)

      clogwogC 1 Reply Last reply
      0
      • M mcosta

        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
        clogwogC Offline
        clogwogC Offline
        clogwog
        wrote on last edited by clogwog
        #3

        @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
        0

        • Login

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