728x90
728x170

iOS 에서 위치 정보를 허용하고 특정 API 를 호출하는데 아래처럼 에러가 발생되었다.

 

System.Net.Http.HttpRequestException: 'The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.'

 

위에러는 info.list 파일에 아래 내용을 추가하면 해결된다.

 

 

<key>NSAppTransportSecurity</key>

 <dict>

   <key>NSAllowsArbitraryLoads</key>

   <true/>

 </dict>

 

 

728x90
그리드형
Posted by kjun
,