Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deployment on App Store MacOS, Info.plist missing values
Qt 6.11 is out! See what's new in the release blog

Deployment on App Store MacOS, Info.plist missing values

Scheduled Pinned Locked Moved Solved Installation and Deployment
1 Posts 1 Posters 388 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.
  • cfdevC Offline
    cfdevC Offline
    cfdev
    wrote on last edited by
    #1

    Environment :

    • MacOS 12.6.1
    • Qt 6.3.2

    Hello,

    To deploy my app "Mcercle Facturation" on the App Store of MacOs, I have encountered
    some missing values into the Info.plist, see below :

    <key>CFBundleShortVersionString</key>
        <string>3.2.5</string>
    <key>CFBundleVersion</key>
        <string>3.2.5</string>    
    <key>LSApplicationCategoryType</key>
        <string>public.app-category.finance</string>
    <key>CFBundleName</key>
        <string>mcercle-facturation</string>
    <key>CFBundleDisplayName</key>
        <string>Mcercle Facturation</string>
    

    After that, My app has been successfully approved.
    I share you my experience.

    Best Regards.

    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