I need to test my app on an iPhone 3gs but I haven't the real device. My app contains several functions that requires a large amount of use of the CPU. If I test the app on the simulator by setting the device hardware as "iPhone", does It emulate also the real memory space of the iPhone 3GS? Can I rely in iPhone Simulator?
Asked
Active
Viewed 2,685 times
4
-
It's a simulator, not an emulator. The simulator has many differences. This is an example where the simulator is not a good test. You need real devices for this type of testing. – rmaddy Feb 07 '13 at 18:31
1 Answers
7
No. The simulator is not unconstrained and has the CPU/Memory of your computer.
Some more interesting differences here: iPhone device vs. iPhone simulator

Community
- 1
- 1

TheNextman
- 12,428
- 2
- 36
- 75