I'd like to know if it is possible with swift to get a list scanned WIFI SSID from the iPhone ,( using APIs like MobileWiFi.framework or something else ) and see code examples about that (without Objective-C source code )
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Using if let syntax in switch statement
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
It is only possible to get the SSID of the network that you are currently connected to.
It is officially not possible with any language (objective-c and swift). You can look at the answer given by an official apple stuff in the following url.
https://forums.developer.apple.com/thread/13157
where the apple stuff says :
Also, you can take a look at the answer given by the same apple stuff in the following link :
https://forums.developer.apple.com/message/138998#138998
where he/she also says :
You can only get your current SSID.