GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
04/26/16 03:18 PM (8 years ago)

App Transport Security Policy Error

Hello, Helping somebody with their app, and their getting the "App Transport Security Policy error" when trying to download Custom HTML docs from BT.com. Is adding the following to the BT_Info.plist file still the fix? <key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>buzztouch.com</key> <dict> <key>NSIncludesSubdomains</key> <true/> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> <key>NSTemporaryExceptionMinimumTLSVersion</key> <string>1.0</string> <key>NSTemporaryExceptionRequiresForwardSecrecy</key> <false/> </dict> </dict> </dict> Thanks! Mark
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
04/27/16 11:27 AM (8 years ago)
Bueller? Bueller?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
04/27/16 04:07 PM (8 years ago)
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
04/27/16 04:31 PM (8 years ago)
Thanks, Smug! That was exactly the post I was looking for. Rock on! Mark
 
USofWine
Aspiring developer
Profile
Posts: 89
Reg: Apr 21, 2012
Denver, CO
5,390
like
04/27/16 08:34 PM (8 years ago)
Thanks! I've tried that string...I re-downloaded my complied project added it to my plist file and i'm getting the same error in the simulator "the data for this screen has not been downloaded...please check your internet connection... Am I missing a 2nd step?
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
04/27/16 09:15 PM (8 years ago)
Hi Ashley, Can you verify in the debug window that you're getting the same error as we were before? Mark
 
gatorcade
Code is Art
Profile
Posts: 35
Reg: Jul 17, 2011
Gainesville
1,150
like
06/29/16 02:10 PM (7 years ago)
Hello, Just wanted to shared this: What is App Transport Security (ATS)? https://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ Pedro
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.