Hi,
Our solution is based on an external device that provide API through BLE and WI-FI. BLE is used to send command to configure and request device state, while Wi-Fi is used to upload/download large chunk of data that would take too much time using BLE due to bandwidth.
As of today the user process is to scan nearby IoT devices, connect to device, request if any available data, select data to download, switch from BLE to Wi-Fi for the device to act as a hotspot exposing it's SSID and wait for user phone to connect to the exposed SSID. Of course the mobile application knows the SSID / password to connect to the device so there is no need to scan nearby SSIDs.
There is no programmatic solution to connect to the device's hotspot SSID through public API like other mobile phone operating system.
Do you see any specific request we could do to obtain apple agreement for us to support this specific process ? Does the https://developer.apple.com/library/prerelease/ios/documentation/NetworkExtension/Reference/NEHotspotHelperClassRef/index.html could help to achieve the described needs ?
Best regards,