App Transport Security exceptions App Store signed app
App Transport Security exceptions App Store signed app
- Subject: App Transport Security exceptions App Store signed app
- From: Trygve Inda <email@hidden>
- Date: Tue, 26 Jan 2016 21:55:42 -0800
- Thread-topic: App Transport Security exceptions App Store signed app
I am still getting an error despite my Info.plist beign configured correctly
(as far as I can tell).
Calls to http on my domain (xericdesign.com) work. Calls via http to my
other domain (earthdeskcloudhost02.com) do not work.
connection failed: (null) The resource could not be loaded because the App
Transport Security policy requires the use of a secure connection.
http://www.earthdeskcloudhost02.com/mosaic/free/clouds-2048.jpg
My Info.plist has:
NSAppTransportSecurity
- NSExceptionDomains
-- earthdeskcloudhost02.com
--- NSTemporaryExceptionAllowsInsecureHTTPLoads (YES)
-- xericdesign.com
--- NSTemporaryExceptionAllowsInsecureHTTPLoads (YES)
--- NSIncludesSubdomains (YES)
I have also tried the key: NSExceptionAllowsInsecureHTTPLoads
Since some docs say this key should be used.
Any ideas?
Trygve
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden