iPhone simulator - simulate 3G connection(iPhone 模拟器 - 模拟 3G 连接)
问题描述
我正在测试 Reachability api,但我的物理设备只有 WiFi 访问,因为我没有电话合同.我的代码需要区分连接到 3G/2G 还是 WiFi.是否可以在 iPhone 模拟器上模拟 3G 连接?
I am testing the Reachability api, but my physical device only has WiFi access, as I don't have a phone contract. My code needs to distinguish between being connected to 3G/2G or WiFi. Is it possible to simulate a 3G connection on the iPhone simulator?
澄清:我使用的是雪豹.限制带宽不是我需要的.我需要将实际接口识别为 3G 或 2G 无线电,而不是 WiFi.
Clarifications: I am using Snow Leopard. Limiting the bandwidth is not what I need. I need for the actual interface to be identified as the 3G or 2G radio, as opposed to WiFi.
推荐答案
如果您使用的是 Lion,请尝试 网络链接调节器
If you are using Lion try the Network Link Conditioner
如今,设备(注册为开发者设备时)的偏好设置"中有一部分可以使用网络链接调节器".
Nowdays there is a part in Preferences on the device (when registered as a developer device) where a "Network Link Conditioner" is available.
这篇关于iPhone 模拟器 - 模拟 3G 连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iPhone 模拟器 - 模拟 3G 连接
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01