elza james
elza james

Reputation: 113

Is there a way check the internet (cellular data and wifi ) speed in my device using Xamarin Forms for both iOS and Android?

I'm using a Xamarin Forms application. For checking the internet availability "Xamarin Essentials" is used and the code is

Connectivity.NetworkAccess == NetworkAccess.Internet

But I need to check if the device internet connection is slow. Is there a way to implement this in both Android and iOS.

Upvotes: 0

Views: 243

Answers (0)

Related Questions