iPhone simulator - simulate 3G connection

后端 未结 3 830
不思量自难忘°
不思量自难忘° 2020-12-14 08:21

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 3

相关标签:
3条回答
  • 2020-12-14 09:02

    You might also like Speed Limit.

    Edit: I'm not sure if this will work as an identifier for 3g though. I'll update my answer after I do some tests (I'm working on exactly the same thing right now!)

    0 讨论(0)
  • 2020-12-14 09:05

    If you are using Lion try the Network Link Conditioner

    enter image description here

    Nowdays there is a part in Preferences on the device (when registered as a developer device) where a "Network Link Conditioner" is available.

    enter image description here

    0 讨论(0)
  • 2020-12-14 09:11

    I dont think that it is a build-in-functionality in iphone-simulator. But I test it sometimes on my device with wifi (and 3g) disabled.

    If you dont have an iPhone but sth. similar (Android for instance) then just enable tethering on your device and use the tethered internet-connection. Then your iPhone-Simulator only gets slow speed ;)

    edit: another idea is to limit the bandwidth of your mac. I found this tool online (have not tested it) which should be able to limit network-traffic (to your local router/modem)

    0 讨论(0)
提交回复
热议问题