I have been searching for the ability to switch on/off a phone WiFi hot spot/access point via a mobile app on the iOS and Android platform based on Xamarin. I had a look at WiFimanager, but it only seems to support Android platforms.
Could any one advise if it's possible to extract the phone's Hot Spot/Access point network name and password, with the ability to switch it on/off?
Unfortunately , iOS does not have a general-purpose API for Wi-Fi scanning and configuration. However, there are a number of special-purpose APIs, and one of these may be appropriate for your product.
More special-purpose APIs can refer to this Apple Q&A .