- This project is Apple NetworkExtension's NEHotspotHelper API demo app.
- App can set Wi-Fi auth setting to iOS setting.
We need prepare to use NetworkExtention API.
https://developer.apple.com/contact/request/network-extension/
Wait for apple's allow...
( I experienced "one week wait" case and "two week wait" case, and "one month wait" case. there are various periods. )
After recieved allow mail from apple,
Set "Network Extension iOS" entitlements to provisioning file on Apple Developer.
and Download provisioning file then install it.
If "Display name" shows under target SSID Text, HotspotHelper succeed.
iOS can connect to target SSID Wi-Fi when user touch SSID text.
After connected Wi-Fi, iOS auto connect to target Wi-FI without user action.
Auto connect is enable until uninstalled app.