Posts

Post not yet marked as solved
20 Replies
9.2k Views
Hi,I am lookig for a way to activate Hotspot from my app without existing to the netowrk settings screen.My goal is to have a minimum user interaction (defining hotspot name, hotspot password, ect..). All I want from the usre is permission to activate a hotspot (will be done by somekind of dialog).I looked into `NEHotspotConfiguration` and `NEHotspotConfigurationManager` to confiure a hotspot and connect as follow:```1. let hotspotConfig = NEHotspotConfiguration(ssid:***, passphrase:***, isWEP: false)2. hotspotConfig.joinOnce = false3. NEHotspotConfigurationManager.shared.apply(hotspotConfig)```This enable me to configure a personal wifi AC but I can't "see" it from other devices.My goal is to activate hotspot so other devices can connect to it.I understood that I need special approval from apple to use NetworkExtension framework and I sent a request over 2 weeks but I still did not recieve any reply besides a request number.
Posted
by asafB.
Last updated
.