Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition away from Apple's Reachability framework to NWPathMonitor #10731

Open
ghost opened this issue Jan 2, 2019 · 0 comments
Open

Transition away from Apple's Reachability framework to NWPathMonitor #10731

ghost opened this issue Jan 2, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2019

At WWDC 2018, Apple introduced Network.framework. During the talk, they explicitly suggested embracing NWPathMonitor over solutions based on SCReachability and its ilk.

We should listen to Apple. This task captures the need to transition. At first glance, this includes the following:

  • NWPathMonitor is currently limited to iOS 12.
  • We currently rely on the Reachability pod.
  • That's incorporated in WordPressAppDelegate, and may also have trickle-down impacts on NetworkAware, ReachabilityFacade and/or ReachabilityUtils
@ghost ghost added this to To Do in Groundskeeping via automation Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Groundskeeping
  
To Do
Development

No branches or pull requests

0 participants