For internet connectivity check,
I have used Connectivity.ConnectivityChanged += Connectivity_ConnectivityChanged; as in the example with relevant Connectivity_ConnectivityChanged function. ConnectivityChanged event only gets fired once, from when I Connect -> Disconnect. When I reconnect back, the event doesn't get fired. Any idea why?
Event should get fired when switching network from online to offline and vice versa.
ConnectivityChanged event only gets fired once
Most helpful comment
855 states this is a simulator issue. Test on a physical device and it should work fine.