我需要从我的 iOS 应用中找到 Wi-Fi 的路由器地址。我在网上搜索了解决方案,但似乎没有任何效果。我需要一些不使用私有(private) API 且不违反 Apple 政策的东西。
我尝试了以下文章中的解决方案,但它们都没有真正给我路由器 IP 地址。
How can I determine the default gateway on iPhone?
Fetching IP address of router to which iPhone is connected
Objective-C : How to fetch the router address?
How to get the WIFI gateway address on the iPhone?
还有一种方法可以从掩码和设备 IP 中“计算”IP(或者我的 TCP/IP 类(class)可以追溯到很久以前)...
谢谢!
我找到了解决方案并成功测试了它。取自此 repo https://github.com/SiteView/GenieForiOS ,我只提取了我的 getRouterIPAddress 函数所需的代码。
免责声明:我不是 Objective-C 开发人员,因此以下代码可能存在大量问题。请随时纠正我。
我还把它做成了一个 Cordova 插件,并在 repo 中包含了一个演示项目。它做我需要的。我还添加了一个 Android 版本,它只有 3 行长。
https://github.com/vallieres/cordova-plugin-get-router-ip-address
关于ios - 如何在 Objective-C 中找到路由器 IP 地址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27909174/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |