You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: upgrade NWPathMonitor to iOS 17.0 with fail-safe initialization
- Update availability requirement from iOS 12.0 to iOS 17.0
- Replace force cast with safe optional guard
- Add defensive initialization to prevent null pointer crashes
- Network reachability gracefully disabled if monitor creation fails
This addresses rare crash issues on older iOS versions while providing
fail-safe behavior for all supported platforms.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments