6

How can i simulate a slow internet connection for React Native app testing on iOs simulator?

I tried with Chrome Developers tools to change throttle in Network tab as said here: https://stackoverflow.com/a/26313279/1206613, but with no luck.

Also tried this solution, but also no go: http://thisbythem.com/blog/simulating-a-slow-internet-connection-on-osx/

Thanks

Community
  • 1
  • 1
Ivan Chernykh
  • 41,617
  • 13
  • 134
  • 146

1 Answers1

7

Give a try with CharlesProxy, it gives you the possibility of setting the bandwidth for connection using it.

enter image description here

enter image description here

Duyen-Hoa
  • 15,384
  • 5
  • 35
  • 44