내용으로 건너뛰기

iOS 설정

GitHub

iOS에 대한 추가 권한이 필요하지 않습니다.

자연스러운 동작

자연스러운 동작
  • 연결 상태는 Network.framework.
  • URL 및 다운로드 테스트는 URLSession.
  • TCP 포트 테스트는 NWConnection.
  • WebSocket 테스트는 URLSessionWebSocketTask.

App Transport Security

App Transport Security

Prefer https:// and wss:// targets. If you need to diagnose a plain http:// or 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.

Edit page

Previous

Getting started