Reputation: 687
I need to test iOS app developed for 3.5 inch version using 4 inch device. I know testing in simulator is a option but few features can only be tested with device. Please any one can any share the solution if known, thanks.
Upvotes: 0
Views: 60
Reputation: 17844
Not sure if I understand your question correctly. The app should run as-is on a 4-inch iPhone.
If you need to ensure that only the 3.5-inch layout is used, make sure there is no [email protected]
image in your application bundle.
Upvotes: 2
Reputation: 56
Try remove splash screen for 4 inch, so you will see your app in 4 inch device with top and bottom black frames.
Upvotes: 2