Search code examples
ios

Using the Network Link Conditioner on iOS devices


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?


Solution

  • 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.