Yes, my I think my info.plist seems conform to WWDC session 
703_privacy_and_your_app.pdf 
I have try some variants, without success.


        <key>NSAppTransportSecurity</key>
        <dict>
                <key>NSExceptionDomains</key>
                <dict>
                        <key>update.libecompta.com</key>
                        <dict/>
                        <key>NSIncludesSubdomains</key>
                        <true/>
                        <key>NSRequiresCertificateTransparency</key>
                        <false/>
                        <key>NSTemporaryExceptionAllowInsecureHTTPLoads</key>
                        <true/>
                        <key>NSTemporaryExceptionMinimumTLSVersion</key>
                        <string>TLSv1.1</string>
                        <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
                        <false/>
                        
<key>NSTemporaryThirdPartyExceptionAllowInsecureHTTPLoads</key>
                        <true/>
                        
<key>NSTemporaryThirdPartyExceptionMinimumTLSVersion</key>
                        <string>TLSv1.1</string>
                        
<key>NSTemporaryThirdPartyExceptionRequiresForwardSecrecy</key>
                        <false/>
                </dict>
        </dict>

Marc

>> On Jul 20, 2015, at 10:43 PM, Marc Danguy <mdan...@free.fr 
>> <mailto:mdan...@free.fr>> wrote:
>> 
>> But I cannot load my http resource…
> 
> Did you fix your Info.plist, as I pointed out in my message yesterday?
> 
> —Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to