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

Update ESPDevice.swift when applying Wi-Fi Config #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Massmaker
Copy link

there is no guarrantee that auto connect to the configured SoftAP will be made by iOS. We face this issue frequently on the current job. My propose is to make check after non-error response to really see if the iPhone/iPad did connect to the required Wi-Fi network. and not to wait until the HTTP request fails in 30 seconds.

there is no guarrantee that auto connect to the configured SoftAP will be made by iOS. We face this issue frequently on the current job.
My propose is to make check after non-error response to really see if the iPhone/iPad did connect to the required Wi-Fi network.
and not to wait until the HTTP request fails in 30 seconds.
@CLAassistant
Copy link

CLAassistant commented Aug 22, 2023

CLA assistant check
All committers have signed the CLA.

@vikas-chandra-mnnit
Copy link
Contributor

Hi @Massmaker , Thank you so much for your contribution to our project! We really appreciate the effort you've put into creating the Pull Request. We want to let you know that we will be reviewing and validating the PR. Once the PR passes the validation process and gets approved, we plan to include your changes in the upcoming release.

Thank you once again for your valuable contribution, and please feel free to reach out if you have any questions or need further assistance.

@vikas-chandra-mnnit
Copy link
Contributor

Hi @Massmaker, we have reviewed the PR. The API you have used https://developer.apple.com/documentation/networkextension/nehotspotnetwork/3666511-fetchcurrent is available from iOS 14.0 and SDK support is from iOS 13.0. Can we reuse the verifyConnection(ssid: String) method instead to achieve the same behaviour?

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

Successfully merging this pull request may close these issues.

3 participants