- I am writing an iOS app
- I use Xcode 6.1 and I have iPhone 5 with ios version 8.1.2
- App tests fine with both simulator and device
I have observed with iPhone5 testing, sometimes app views correct on simulator but not device. I had to fix issues for device
Now I was trying to test with other versions. Since I dont have other devices, I use Simulator for other versions, 4s, 5s 6 plus etc.
I have few questions
- Which scale I sld be using to simulate device.
- For eg. if I use scale 100% with 6plus, then I need to scroll view but if I use 50% then I dont need to scroll
- Which zoom should I be using to get closer to device.
Also, my concern is since I used latest xCode and iOS versions for development, I might have used features that were not supported with older versions.
Would simulator testing ensure that if it works for 4s simulator, then it will work for 4s device as well?