[Interest] iOS build request permissions I don't need

Gian Maxera gmaxera at gmail.com
Tue Dec 20 16:11:00 CET 2016


The permission are not listed into Info.plist … are derived/assumed by iTunesConnect when see what framework have been used.

In any case, Nuno Santos suggestion is working.

Thanks again for your support.


> On 20 Dec 2016, at 15:09, Yasser Sobhy <yasser.sobhy.net at gmail.com> wrote:
> 
> Or simply remove these permissions from info.plist file if you're building using xcode 
> 
> On Dec 20, 2016 6:01 PM, "Nuno Santos" <nunosantos at imaginando.pt <mailto:nunosantos at imaginando.pt>> wrote:
> Add this to your Info.plist
> 
> <key>NSMicrophoneUsageDescription</key>
> <string>This app doesn't make any usage of microphone</string>
> <key>NSPhotoLibraryUsageDescription</key>
> <string>This app doesn't make any usage of the photo library</string>
> 
> Nuno Santos
> Founder / CEO / CTO
> www.imaginando.pt <http://www.imaginando.pt/>
> +351 91 621 69 62
> 
>> On 20 Dec 2016, at 14:32, Gian Maxera <gmaxera at gmail.com <mailto:gmaxera at gmail.com>> wrote:
>> 
>> Hello,
>> I’ve recently updated an app using Qt 5.7.0 and when I submitted this update to iTunesConnect the build has been rejected for this reasons:
>> 
>>> This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
>>> 
>>> This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
>>> 
>> 
>> I don’t use CAMERA and I don’t use PhotoLibrary into the app. So, I don’t know why Qt inject these permission.
>> 
>> I’m using a WebView for mobile.
>> 
>> How can I remove these ?
>> 
>> Thanks,
>> Gianluca.
>> 
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org <mailto:Interest at qt-project.org>
>> http://lists.qt-project.org/mailman/listinfo/interest <http://lists.qt-project.org/mailman/listinfo/interest>
> 
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org <mailto:Interest at qt-project.org>
> http://lists.qt-project.org/mailman/listinfo/interest <http://lists.qt-project.org/mailman/listinfo/interest>
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20161220/d8e6d997/attachment.html>


More information about the Interest mailing list