I have tried to Connectivity.NetworkAccess Property but it returns NetworkAccess.Internet for Local network as well.
Hi,AnilM2021. Connectivity.NetworkAccess is just to monitor the device's network conditions, the function doesn't require addition set up on iOS such as permission. The api cannot used to check the Network permission status.
I want to check Local Network permission status while using app.
There is no API that directly returns your local network access state from Apple.
Hi, AnilM
Xamarin.Essentials.Permissions support to check the permissions in Xamarin.Forms, but it doesn't involve the network permission. And Xamarin.Forms is just UI framework, it will call the native api to achieve the functions on each platform. If the platform doesn't provide the api, the function will not be able to be done.