Swift
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection
hyeonii_12
2020. 9. 25. 11:24
반응형
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
반응형