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. QT += multimedia need NSCameraUsageDescription?
Forum Updated to NodeBB v4.3 + New Features

QT += multimedia need NSCameraUsageDescription?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 1.4k Views 2 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
    m.abed
    wrote on last edited by
    #1

    Hello
    I am uploading to AppStore but apple always send email to me that i have to include NSCameraUsageDescription in my plist

    i tried to remove

    QT += multimedia
    

    and that works
    i need QT += multimedia in my app but i dont have any usage of camera
    i think apple will reject the app becuase of that
    how to exclude NSCameraUsageDescription need?

    Thanks

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

      Hi,

      AFAIK, you currently can't. Just add a dummy description to your plist and you should be good 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 Offline
        M Offline
        m.abed
        wrote on last edited by
        #3

        @SGaist said in QT += multimedia need NSCameraUsageDescription?:

        AFAIK
        Thanks man
        but I am not sure if that will work, because apple rejected one of my apps because of that
        so it depends on the reviewer!

        ekkescornerE 1 Reply Last reply
        0
        • M m.abed

          @SGaist said in QT += multimedia need NSCameraUsageDescription?:

          AFAIK
          Thanks man
          but I am not sure if that will work, because apple rejected one of my apps because of that
          so it depends on the reviewer!

          ekkescornerE Offline
          ekkescornerE Offline
          ekkescorner
          Qt Champions 2016
          wrote on last edited by
          #4

          @m.abed in most of my apps I have

          <key>NSPhotoLibraryUsageDescription</key>
          <string>$(PRODUCT_NAME) uses photos</string>
          

          never got a problem with apple review

          ekke ... Qt Champion 2016 | 2024 ... mobile business apps
          5.15 --> 6.9 https://t1p.de/ekkeChecklist
          QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

          1 Reply Last reply
          1
          • M Offline
            M Offline
            m.abed
            wrote on last edited by
            #5

            Hi
            My app was approved by apple, but anytime apple can reject it because of that
            so it depends on the person who review the app

            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