简体   繁体   English

如何从iOS App检测不安全的wifi网络

[英]How to detect unsecured wifi network from iOS App

I would like to detect the presence of unsecured wifi network in my app. 我想在我的应用程序中检测到不安全的wifi网络的存在。 Is there any public iOS API available to achieve the same? 是否有任何公共iOS API可用于实现相同的目标?

I would suggest you use an SSL connection for your web service. 我建议你为你的网络服务使用SSL连接。 Then the data that leaves will be encrypted. 然后离开的数据将被加密。

看一下stumbler应用程序,特别是MSNetworkDetailsView类,它提供了您需要的详细程度。

There is no documented API to get that information. 没有记录的API来获取该信息。 If you application needs to send and receive sensitive data across the network, you should generally assume that no connection is secured. 如果您的应用程序需要通过网络发送和接收敏感数据,您通常应该假设没有安全连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何创建一个从iOS应用程序通过WiFi网络接收数据的小型Mac应用程序? - How can I create a small Mac app that receives data over the WiFi network from an iOS app? 在应用程序中扫描wifi网络(iOS) - Scan a wifi network in an app (ios) ios-如何在wifi网络中使用我的应用查找人 - ios - How to find people using my app within a wifi network 如何从在 swift 中具有相同 WiFi 网络的不同 iOS 设备将数据从一个应用程序传输到另一个应用程序? - How to transfer data from one app to another app from different iOS devices which have same WiFi network in swift? 如何在iOS Swift 4中获得可用的wifi网络 - how to get available wifi network in ios swift 4 如何从ios应用连接到本地WIFI并传输信息/照片 - How to connect from ios app to local WIFI and Transfer information/photos 如何检测所有可用的Wifi网络并在iOS应用中连接其中一个 - How to detect all available Wifi networks and connect to one of them in an iOS app 如何使用Apple SDK以编程方式检测和连接到Wifi网络 - How to detect and connect to a Wifi network programmatically using Apple SDK 在iOS中,如何从Javascript(web)检测设备是通过3G还是Wifi连接? - In iOS, how to detect from Javascript (web) the device is connected via 3G or Wifi? iphone SDK检测Wifi和运营商网络 - iphone SDK detect Wifi and Carrier network
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM