Hi @JamesMontemagno I'm using the ConnectivityPlugin for detecting changes in the connections for a XF App.
Connectivity.Plugin.CrossConnectivity.Current.ConnectivityChanged += (sender, e) => { ....; };
The event is triggered on Android, that works excellent but on iOS it is never triggered.
I tried with iPhone using iOS 9 and also on Tablets with iOS 7/8 and the event is never triggered on iOS.
According to the readme for iOS there's nothing special to configure on the App to make it work.
Is this a known issue? Do I need to assign any background Modes to the iOS App?
Plugin Version: 1.0.4
Xamarin.Forms Version: 1.5.0.6447
Cheers
Ariel