Is there a way to slow down the internet connection to the iPhone Simulator, so as to mimic how the App might react when you are in a slow spot on the cellular network?
|
|
|||
|
|
|
"There's an app for that!" ;) Apple provides "Network Link Conditioner" preference pane that does the job quite well.
Link to download page (you must log in with your Apple ID): https://developer.apple.com/downloads/index.action |
|||||||||
|
|
There isn't a direct way to emulate a slow connection, unlike, say, the nice network connection emulator that blackberry developers enjoy. However, since your simulator's connection goes through your computer - you can simply focus on slowing down your computer's connection. You'll want to achieve two things (depending upon your circumstances):
Maybe this will point you in right direction: http://www.macosxhints.com/article.php?story=20080119112509736 There are some good open source solutions, too, but I so can't remember their names. This question might help: http://stackoverflow.com/questions/2273839/how-to-throttle-network-traffic-for-environment-simulation |
|||
|
|
|
I would argue that a slow connection isn't enough to simulate real-work mobile data network behaviour - since there is also much more packet loss, higher latencies and more dropped connections too. Here is a handy script to configure the firewall to emulate these parameters: http://pmilosev-notes.blogspot.com/2011/02/ios-simulator-testing-over-different.html |
|||
|
|