コンテンツにジャンプ

iOSの設定

GitHub

iOS用の追加の権限は必要ありません。

  • 接続状態は Network.framework.
  • URLとダウンロードテストはネイティブ URLSession.
  • TCPポートテストは NWConnection.
  • WebSocketテストは URLSessionWebSocketTask.

App Transport Security

App Transport Security

Prefer https://wss:// targets. If you need to diagnose a plain http:// または ws:// iOS can mark a path as constrained or expensive. Treat those flags as context for support reports, not as hard failure states. A constrained path can still pass URL, port, and WebSocket checks. Info.plist.

Section titled “Interpreting constrained paths”

Edit page

Previous