- HTTP 허용하기
<key> NSAppTransportSecurity </ key>
<dict>
<key> NSExceptionDomains </ key>
<dict>
<key> www.xxx.com </ key>
<dict>
<key> NSTemporaryExceptionAllowsInsecureHTTPLoads </ key>
<true />
</ dict>
</ dict>
</ dict>
info.plist 에서 NSAppTransportSecurity 설정해준다.
- flatMap과 map의 차이점