-
Notifications
You must be signed in to change notification settings - Fork 125
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
Should connectToProtectedSSIDPrefix work in the iPhone Simulator? #71
Comments
Yes, |
hi @Rapsssito , |
I've been trying to get
connectToProtectedSSIDPrefix
to work.The JS error states
Error while configuring WiFi
Whereas the XCode console states
NEHotspotConfigurationHelper failed to communicate to helper server.
The answer in the apple dev forums says I need to have certain entitlements enabled.
https://forums.developer.apple.com/thread/127834
I double-checked and surely have all the mentioned entitlements enabled. Even enabled the
NetworkExtension
entitlement (https://developer.apple.com/documentation/networkextension).Which was also talked about in this issue => #32
Nevertheless, it does not work in the simulator and shows the same error. On the phone, however, it works, even without the
NetworkExtension
entitlements and only the ones mentioned in the apple dev forum.So my assumption is that at least
connectToProtectedSSIDPrefix
is not usable in the simulator? Quite a pain if so, as it's also unpleasant to work with the phone especially if it's connecting to another wifi without the metro bundler running 🙃The text was updated successfully, but these errors were encountered: