iPad 上的网络共享专用 API

发布于 2024-10-11 08:28:47 字数 85 浏览 4 评论 0原文

是否有用于在 iPad 应用程序中启用网络共享的私有 API?由于 iPhone 支持某些合约下的网络共享,因此 iOS 中 API 的存在是显而易见的……

Is there a private API for enabling tethering in an iPad app? Since the iPhone supports tethering under some contracts, the existence of an API in the iOS is obvious…

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夏夜暖风 2024-10-18 08:28:48

Preferences 文件夹中有一个文件以及 com.apple.SpringBoard.plist

/var/mobile/Library/Preferences/com.apple.MobileInternetSharing.plist

在该文件中,您需要为键 设置 1023状态以启用网络共享功能。要禁用该功能,您需要将键 State 设置为 1022

此操作只能在越狱设备上进行

There is a file located in the Preferences folder, along with the com.apple.SpringBoard.plist:

/var/mobile/Library/Preferences/com.apple.MobileInternetSharing.plist

In that file, you will want to set 1023 for key State to enable the Tethering feature. To disable the feature, you will want to set 1022 for key State.

This action is only possible on a jailbroken device

欲拥i 2024-10-18 08:28:48

我不知道有私有网络共享 API。

如果您只想拥有自己的私人 WIFI 热点,并且您是 iPhone 开发人员,那么您可以下载/构建/安装 iProxy:https://github.com/tcurdt/iProxy/wiki/。不太束缚,但足以满足大多数需求。

I'm not aware of a private tethering API.

If all you want to do is have your own private WIFI hotspot, and you're an iPhone developer, then you can download/build/install iProxy: https://github.com/tcurdt/iProxy/wiki/. Not quite tethering but close enough for most needs.

莫言歌 2024-10-18 08:28:48

我认为任何涉及网络共享的事情都将由操作系统处理,并且仅在“设置”应用程序中公开。您希望这种操作系统级功能具有什么样的 API 功能?

I would think anything dealing with tethering would be handled by the OS, and exposed only in the Settings app. What sort of API functionality would you expect for that kind of OS-level feature?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文