모바일 APP/React-Native
code": -1022, "description": "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection."
살길바라냐
2021. 5. 27. 10:08
반응형
info.plist에 NSAllowsArbitraryLoads를 허용 해주면 된다.
info.plist 파일
<key>NSAllowsArbitraryLoads</key>
<true/>
또는 ios 프로젝트를 열어서
프로젝트 info.plist 항목에
Allow Arbitary Loads 추가해주고 값을 true로 변경 해주면 된다.
728x90