概要
The ios-networking skill provides a comprehensive framework for building and troubleshooting network layers on iOS, iPadOS, watchOS, and tvOS. It guides developers through implementing URLSession with modern Swift concurrency, managing low-level socket connections via Network.framework, and migrating from deprecated APIs. By incorporating a diagnostic-first approach, it helps resolve complex connectivity issues like TLS handshake failures and timeouts while ensuring code aligns with Apple's latest platform standards, from legacy iOS 12 support to the latest NetworkConnection APIs in iOS 26+.