NWPathMonitor not calling satisfied in Swift NWPathMonitor not calling satisfied in Swift ios ios

NWPathMonitor not calling satisfied in Swift


The simulator cannot accurately transfer network changes to the application.

In my experience, it will be the network status of the device you are running Xcode on at launch, and only update itself when you go from having a connection (satisfied) to not (unsatisfied), but not the other way around.

You need to test network on real devices due to this limitation.