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

Nuno Santos nunosantos at imaginando.pt
Tue Dec 20 16:01:18 CET 2016


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
+351 91 621 69 62

> On 20 Dec 2016, at 14:32, Gian Maxera <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
> 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/40eab6f8/attachment.html>


More information about the Interest mailing list