0
votes
1answer
493 views

Problems when trying to support 3.5 and 4 inch screen of iPhone

I started the development of a new app on the iPhone 5 and now I also have to add support for 3.5 inch screens. As you know, there is more space for content on a 4 screen than on a 3.5 screen. When I ...
1
vote
1answer
177 views

Launch screen via custom url for iPhone 5

According to the Apple docs, I can use different launch images when my app is launched via a custom url scheme. I have been able to implement this for the 3.5" standard and retina images. I am ...
0
votes
2answers
253 views

iPhone 5 app compatibility, Is it mandatory to change all the images?

I want to make my App compatible for iPhone 5, i got the point about auto resizing just need to confir, Do i need to add all the images re-sized for iPhone 5 OR can work with re-sizeing only Splash ...
0
votes
1answer
39 views

When will an app be letterboxed in iPhone 5?

In what situations will an app be shown in letterbox on iPhone 5? i.e. What criteria does iPhone 5 use to do this? What are the steps that one should take to keep that from happening?
1
vote
2answers
180 views

Is it possible to test your app on iPhone 5 using the 3.5 inch form factor in Xcode?

When I am building an application for both the iPhone 3.5 inch & iPhone 4 inch, is it possible to test both form factors using the iPhone 5, instead of having to keep switching between phones? I ...