Simulate Poor Network — iOS

Naveen Rana
2 min readNov 21, 2020

--

Can you remember the last developed app tested on the lowest connection?

As a developer, we mostly develop and test our app on a stable connection. But that is not the case with our customers and clients as they are free to test at the app anywhere even when they are on Hill Station with the poorest Connection.

I am going to show you how you test your iOS app with different network ranges. So here are the simple steps:

  1. Connect your iOS device to Xcode.
  2. Go to Windows->Devices and select the target device.

3. There is an option at the bottom of this panel which we rarely focused on that is Condition and this is the key.

Network Link — iOS

4. When you Select the Network link then you will get the whole list of options of Network ranges.

Network link options.

5. Select the desired option according to your use case and fix your bugs.

One last thing…

If you liked this article, click the💚 below so other people will see it here on Medium.

--

--