Scan for wifi ios

HI,
is it possible to scan for nearby wifi networks ssid on ios device ?

iOS definitely throws more restrictions at developers when it comes to WiFi scanning due to privacy and security policies from Apple.

Native iOS apps built with Swift/Objective-C can request WiFi info using the NEHotspotNetwork API, but even that comes with hoops to jump through (like special entitlements and user permissions). So Yes, pretty locked down.

1 Like