Re: [Interest] Qt3D - Render to QImage

2016-12-20 Thread Sean Harmer
Thanks to Antti, this is already fixed in the 5.8 branch so will be part of Qt 5.8.1. Cheers, Sean On 20/12/2016 12:48, Philip Schuchardt wrote: Awesome! Thanks Juan. On Mon, Dec 19, 2016 at 7:18 PM Juan Jose Casafranca mailto:jjcas...@gmail.com>> wrote: Hi, I've began to look a th

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

2016-12-20 Thread Gian Maxera
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 wrote: > > Or simply remove these permissions f

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

2016-12-20 Thread Yasser Sobhy
Or simply remove these permissions from info.plist file if you're building using xcode On Dec 20, 2016 6:01 PM, "Nuno Santos" wrote: > Add this to your Info.plist > > NSMicrophoneUsageDescription > This app doesn't make any usage of microphone > NSPhotoLibraryUsageDescription > This app doesn't

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

2016-12-20 Thread Nuno Santos
Add this to your Info.plist NSMicrophoneUsageDescription This app doesn't make any usage of microphone NSPhotoLibraryUsageDescription This app doesn't make any usage of the photo library Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 20 Dec 2016, at 14:32, Gian Maxera

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

2016-12-20 Thread Gian Maxera
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 > NSPhotoLibraryUsageDescri

Re: [Interest] Android build add permission I don't need

2016-12-20 Thread Yasser Sobhy
Usually if you don't use camera and audio recording functionality you can safely remove Qt default permissions I think your app doesn't need any permissions at all. The default Qt permissions you may need are On Dec 20, 2016 4:54 PM, "Gian Maxera" wrote: Ok, I’ll try to do it. But I always t

Re: [Interest] Android build add permission I don't need

2016-12-20 Thread Gian Maxera
Ok, I’ll try to do it. But I always trusted on Qt permission inclusion, so actually … I don’t know what permissions my app need. Because it’s really a basic app, I don’t think it needs more that default permissions. > On 20 Dec 2016, at 13:53, Yasser Sobhy wrote: > > What Qt modules do you u

Re: [Interest] Android build add permission I don't need

2016-12-20 Thread Yasser Sobhy
What Qt modules do you use in your app? You can uncheck include default permissions for Qt modules and add any permissions you need manually. On Dec 20, 2016 4:48 PM, "Gian Maxera" wrote: > I’m a bit worried to do that, > because I may miss something that’s relevant for my app. > > On 20 Dec 2

Re: [Interest] Android build add permission I don't need

2016-12-20 Thread Gian Maxera
I’m a bit worried to do that, because I may miss something that’s relevant for my app. > On 20 Dec 2016, at 13:47, Yasser Sobhy wrote: > > Hi Gian > > In Qt Creator open your app's AndroidManifest.xml and uncheck "include > default permissions for Qt modules. > > On Dec 20, 2016 4:41 PM, "Gia

Re: [Interest] Android build add permission I don't need

2016-12-20 Thread Yasser Sobhy
Hi Gian In Qt Creator open your app's AndroidManifest.xml and uncheck "include default permissions for Qt modules. On Dec 20, 2016 4:41 PM, "Gian Maxera" wrote: Hello, I’ve recently updated an app using Qt 5.7.0 and when I submitted this update to Google Play I had this warning: "Your app has

[Interest] Android build add permission I don't need

2016-12-20 Thread Gian Maxera
Hello, I’ve recently updated an app using Qt 5.7.0 and when I submitted this update to Google Play I had this warning: "Your app has an APK with version code 28 that requests the following permission(s): android.permission.CAMERA,android.permission.RECORD_AUDIO. Apps using these permissions in

Re: [Interest] Qt3D - Render to QImage

2016-12-20 Thread Philip Schuchardt
Awesome! Thanks Juan. On Mon, Dec 19, 2016 at 7:18 PM Juan Jose Casafranca wrote: > Hi, > > I've began to look a the QRenderCapture code to implement the > QBufferCapture node and I've found that the problem that Philip described > may happen because of the render target format used. > The debug