Connectivity v2.0.0 Release Notes

Release Date: 2018-12-09 // over 5 years ago
  • โž• Added

    • Provided the ability to switch between Reachability and the Network framework (from iOS 12 onwards) using the new framework property on the Connectivity object. ### ๐Ÿ”„ Changed
    • ๐Ÿ‘€ Makes a checkConnectivity call required to reliably query connectivity state for one-off checks (see the example app).
    • Properties referring to WWAN have been renamed to Cellular e.g. isConnectedViaWWAN -> isConnectedViaCellular.