MousyBusiness / flutter_iot_wifi

MIT License
1 stars 3 forks source link

Listing WIFI names returns NOT IMPLEMENTED in iOS #2

Closed elmar001 closed 2 years ago

elmar001 commented 2 years ago

void _list() async { if (await _checkPermissions()) { FlutterIotWifi.list().then((value) => print("ssids: $value")); } else { print("don't have permission"); } } Returns: 2022-07-06 15:10:54.893712+1000 Runner[2709:249993] flutter: NOT IMPLEMENTED

MousyBusiness commented 2 years ago

iOS has much stricter security around this sort of thing than Android. I believe it is not possible unfortunately.