Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS support #10

Open
dirkvranckaert opened this issue Apr 18, 2022 · 8 comments
Open

iOS support #10

dirkvranckaert opened this issue Apr 18, 2022 · 8 comments

Comments

@dirkvranckaert
Copy link

Is there any change iOS support will get built in?

@klydra
Copy link
Owner

klydra commented Apr 19, 2022

Hi @dirkvranckaert,
sadly there currently doesn't seem to be a way to get that kind of functionality on iOS :/
(See #6)

@elmar001
Copy link

I am just wondering if any explanation for this. How come native iOS app with same permissions easily can list nearby WIFI SSIDs but it is not possible with Flutter. Is this really limitation by iOS system or what is the case with Flutter?

@klydra
Copy link
Owner

klydra commented Jul 25, 2022

@elmar001 What iOS app can do that? The problem is that you can't do it at all on iOS, because Apple doesn't allow it afaik.

@elmar001
Copy link

There is one native iOS app which lists all nearby WiFi SSIDs. It works perfecly with all iOS versions including iOS 15.5.

@klydra
Copy link
Owner

klydra commented Jul 25, 2022

@elmar001 Which one? Do you mind sharing a link to it?

@elmar001
Copy link

Sure, I have tested with several apps. This one is the only one which you can check without log in - https://apps.apple.com/au/app/wifi-master-by-wifi-com/id1099085132
This one is bit different tho it asks to go wifi settings diable and enable wifi then it lists all wifi SSIDs inside the app. I have one another app which directly shows all wifi SSIDs very similar to Android. But that one requires user account so not possible to show you.

@klydra
Copy link
Owner

klydra commented Aug 6, 2022

@elmar001
I can only imagine that these apps are doing this somehow via the Hotspot Helper API.
However, you'll first have to register to get access to it and that requires you to then actually use it for it's intended purposes : Hotspot Apps.
By default, the API doesn't allow you to query available WiFis AFAIK.

@vandadnp
Copy link

I have looked everywhere and even with the correct entitlements an iOS app cannot currently read the RSSI of the current wifi unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants