Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using the Network Link Conditioner on iOS devices

Tags:

ios

How can I simulate various network conditions directly on my iOS device? I know this is possible on a Mac thanks to the Network Link Conditioner. Is there something similar on iOS devices?

like image 589
g_fred Avatar asked Sep 21 '12 10:09

g_fred


People also ask

Where is network Link Conditioner in Mac?

The Network Link Conditioner can be found inside the Hardware folder. By double-clicking the app you can install the utility in your System Preferences. The application is quite similar to the iOS variant and also contains a list of custom presets. These can be used to simulate a range of Network conditions.

How do I enable developer mode in iOS?

As indicated by the alert, to enable Developer Mode go to Settings > Privacy & Security on the iOS device. Scroll down to the Developer Mode list item and navigate into it. To toggle Developer mode, use the “Developer Mode” switch. Tap the switch to enable Developer Mode.


2 Answers

Yes, with iOS 6, it is now possible to use the Network Link Conditioner directly on your iOS device, if your device is set to be enabled for development.

Simply go to Settings > Developer > Network Link Conditioner to enable it.

If you don't see Settings > Developer, to enable it:

  1. Connect your iPhone to your Mac.
  2. Xcode > Organizer
  3. Select your iPhone.
  4. Click Use for Development.

I've noticed that sometimes the Developer menu item disappears. It reappears again when installing an app using Xcode.

like image 138
g_fred Avatar answered Sep 27 '22 00:09

g_fred


Might also mention that the developer option doesn't show up in settings sometimes until you tether the device and launch Xcode.

Close Settings>tether device>launch Xcode> Open Settings

like image 42
Laser Hawk Avatar answered Sep 27 '22 00:09

Laser Hawk