Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 259 Bytes

ATSによるHTTP接続制限の回避方法.md

File metadata and controls

11 lines (9 loc) · 259 Bytes

ATSによるHTTP接続制限の回避方法

info.plistに以下の設定を追加する

  <key>NSAppTransportSecurity</key>
  <dict>
      <key>NSAllowsArbitraryLoads</key>
      <true/>
  </dict>

キャプチャ