> I read on some blogposts that ios9 GM did not support IP addresses for
> ATS. Do not know if this has changed.
>
>
I am testing it on iOS9 simulator :-/


> On Thu, Oct 15, 2015 at 9:06 PM, Devarshi Kulshreshtha <
> [email protected]> wrote:
>
>> Our webservices are hosted in some local IP, to bypass the App Transport
>> Security I added this as dictionary for NSAppTransportSecurity key in my
>> info.plist file:
>>
>>
>> <dict>
>> <key>NSAllowsArbitraryLoads</key>
>> <false/>
>> <key>NSExceptionDomains</key>
>> <dict>
>> <key>localhost</key>
>> <dict>
>> <key>NSExceptionAllowsInsecureHTTPLoads</key>
>> <true/>
>> </dict>
>> <key>10.32.27.12</key>
>> <dict>
>> <key>NSExceptionAllowsInsecureHTTPLoads</key>
>> <true/>
>> </dict>
>> </dict>
>> </dict>
>>
>> but for some reasons I am still getting this error message:
>>
>> App Transport Security has blocked a cleartext HTTP (http://) resource
>> load
>> since it is insecure. Temporary exceptions can be configured via your
>> app's
>> Info.plist file
>>
>> Any ideas?
>>
>> --
>> Thanks,
>>
>> Devarshi
>> _______________________________________________
>>
>> Cocoa-dev mailing list ([email protected])
>>
>> 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/xhruso00%40gmail.com
>>
>> This email sent to [email protected]
>
>
>


-- 
Thanks,

Devarshi
_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to