I want to change the settings of my simulator on Xcode.
e.g set my battery life 20%, set my signal low (-100), put my iPhone in air plane mode etc.
is there anyway I can do those things on my simulator in Xcode?
I want to change the settings of my simulator on Xcode. e.g set my
Share
There are many things that you cannot trust the simulator for, memory, performance, graphics etc… I do think Apple should allow some functionality to simulate bad network conditions (either non existent or fluctuating), airplane mode and so on. The only thing you can do with the simulator is trigger a memory warning and plug yourself completely of the network. Bad network conditions are particularly hard to debug. You can take your laptop and iOS device in the train and do it there, on 3G (which is a real pain).