-
Notifications
You must be signed in to change notification settings - Fork 188
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] handle deprecation of CNCopyCurrentNetworkInfo #142
Comments
The recommended method to replace it is I have filled a similar issue to |
Actions that we can take now:
Need to be discussed:
|
This method could take time to be removed (assuming apple gives a breathing period for this, encourage anyone with iOS 14+ phone to test if it is not removed yet and if removed is there any side effect for PS: I am not a native iOS developer and have not released any production iOS app before. |
Looks like
from Official source in Apple forum - https://developer.apple.com/forums/thread/675211?answerId=664741022#664741022 |
This answer on SO has a possible solution. |
Good News: the |
Additionally we can implement |
Filed the PR related to it, can someone with iOS 14 device test it? |
The fix has landed on pub.dev with v0.3.4. |
getSSID
,getBSSID
for ios - should fail because of itgetSSID
is internally used in handlingisEnabled
,connect
,disconnect
, those might be affected as wellDocs
The text was updated successfully, but these errors were encountered: