Reading List
Network Path Monitoring from Michael Tsai RSS feed.
Network Path Monitoring
Keith Harrison: In iOS 11, Apple recommended you stop using the reachability API to check network availability before attempting a connection. Instead you configure a URLSession to wait for connectivity.The wait for connectivity model works better for creating connections but I still sometimes want to show the user a network status indicator.[…]Apple released the Network […]