-
Notifications
You must be signed in to change notification settings - Fork 128
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
IoT Device Disconnects After a Few Seconds in iOS 13 #2
Comments
If you solve it, do not hesitate to perform a PR :) |
Adding a comment that updating |
|
@admah or @josectobar can you open a PR for this? |
Feature/improve wifi module code
this repo is not working in ios 12 plus. if someone has fixed it share link or repo? |
@adnan1naeem, what type of error are you getting? |
@josectobar i am facing this error "Cant get ssid" |
I have created a pr for this. (#33) |
Co-authored-by: Juan Sebastian Dussan Cubides <[email protected]>
@admah, could test it with |
In iOS 13, there is a known issue that causes hotspot devices to connect and then disconnect after a few seconds.
https://forums.developer.apple.com/thread/122540
https://stackoverflow.com/questions/57894269/ios-13-network-connected-via-nehotspotconfiguration-disconnects-after-a-few-sec
Apparently this can be fixed by setting
configuration.joinOnce = false;
on lines 61 and 84 inRNWifi.m
.I'm going to do some independent testing as well, but wanted to create an issue for reference.
The text was updated successfully, but these errors were encountered: