개발 TIP
xcode iOS 10 -1022 에러 해결
개발쟝
2017. 1. 12. 17:38
해결방법>
Info.plist 에 추가.
App Transport Security Settings
- Allow Arbitrary Loads : YES
iOS 9 버전에서는
NSAppTransportSecurity
- NSAllowsAbritraryLoads : YES
======
NSAppTransportSecurity 로 입력하고 리턴키를 눌렀더니 알아서
App Transport Security Settings 로 변경되었다.