iOS 설정
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 프롬프트를 복사하세요.
iOS에 대한 추가 권한이 필요하지 않습니다.
자연스러운 동작
자연스러운 동작- 연결 상태는
Network.framework. - URL 및 다운로드 테스트는
URLSession. - TCP 포트 테스트는
NWConnection. - WebSocket 테스트는
URLSessionWebSocketTask.
App Transport Security
App Transport SecurityPrefer 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
PreviousGetting started