Post not yet marked as solved
Post marked as unsolved with 3 replies, 257 views
Use case:
There are few vehicle chargers which are emitting signals and in Access point mode. I need to create iOS apps that displays all nearby chargers' SSID.
I came across https://developer.apple.com/forums/thread/91351?answerId=276151022#276151022
where they say
"access to the API is only granted to folks creating hotspot helper apps, that is, apps that help the user navigate a hotspot (a Wi-Fi network where the user must interact with the network to gain access to the wider Internet)."
"does not let you initiate a Wi-Fi scan, or even get real-time scan results"
I didn't understand this much clearly, whether NEHotspotHelper can suffice my use case. I just need to get nearby wifi in Access point mode.