Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-100694

IOS permissions requested

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.15.8
    • Build System
    • None
    • iOS/tvOS/watchOS

    Description

      Our application use the bluetooth, the camera ant the location. Before, when one of these components is used, the mobile ask the user to accept the permission. 

      Before, these behaviour was done without adding something in the config files for IOS. Maybe, it was done automatically by Qt, I don't know. 

      Now, We have to specify the permissions in the Info.plist the following:

      <key>NSCameraUsageDescription</key>
              <string>Allow access to video device</string>
              <key>NSCameraUsageDescription</key>
              <string>Allow access to video device</string>
              <key>NSLocationWhenInUseUsageDescription</key>
              <string>Location use</string>
              <key>NSLocationAlwaysUsageDescription</key>
              <string>Location use</string>
              <key>NSBluetoothAlwaysUsageDescription</key>
              <string>Bluetooth use</string>
              <key>NSBluetoothPeripheralUsageDescription</key>
              <string>Bluetooth use</string>
      

      Is it a bug or is it an new behaviour, I don't find any information ?

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            majuca Jean-Luc Gyger
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes