how to declare app is not for 3.5inch iphone4? - ios

I have an app and it is suited for iPhone over 3.5 inch, not for 3.5 inch screen size.
My app is for iPhone 5, 5s, 6, 6Plus, iPad.
I make a archive with development target for iOS 8.
The apple iTunes connect require 3.5 inch screenshot.
how to declare it's not for 3.5 inch iPhone 4?
Thank you.

You cannot do that.The only thing you can actually adjust is the Target iOS and the device family (iPad or iPhone). If you pick iOS8 and iPhone, your app will be inevitable available for all devices which support iOS8. This includes the iPhone 4s.

Related

Run phone-only app on iPad with 4.7 inch resolution

I have an iPhone-only app that i want to test on a real device. Yet the device available is New iPad 9.7 inch. How can i test the app on that iPad but with higher resolution than iPhone 4 (iphone 5, 6 and 6 plus).
In the project setting -> General -> Deployment info:Change the "devices" setting from iPhone to Universal.
Is it what your mean?

How to take Iphone 4 screenshots with Xcode 8

This SO post gives the image resolutions needed for the Xcode Images.xcassettes when doing the launch image for the Iphone. One of the images needed is the 2x for the Iphone 4. However, since upgrading to Xcode 8, the target builds are only Iphone 5 and above. How do I get a screenshot from the Iphone 4?
Xcode -> Preferences -> Components
Install older version of simulator and iPhone 4S will appear in simulator list.
4 and 4S had identical screen resolutions.
P.S. You also need to set project deployment target to the older version you installed
Don't Take.
In XCode 8.0, You are set deployment target 8.0+, it means in You are developing apps for iOS 8.0 and later. iOS 8 and later will be compatible with iPhone 4s, iPhone 5, iPhone 5c, iPhone 5s, iPod touch 5th generation, iPad 2, iPad with Retina display, iPad Air, iPad mini, and iPad mini with Retina display. So it looks like the iPhone 4 is officially dead to Apple.
You are take iPhone 4S screen shot. if You are set the deployment target 8.0.

Xcode 6 3.5 inch screenshots

I have developed an iOS app using Xcode 6 and am now ready to submit my app to iTunes connect but I need screenshots for a 3.5 inch device.
However there isn't a simulator for a device that has that screensize.
Can someone advise how to get the required screenshots which I believe need to be 640 x 960 pixels?
The iPhone 4S is such a device. If you don't see an iPhone 4S simulator, make one (in Window > Devices).

How to implement iOS 8 and iPhone 6 into Xcode 5.1.1

I'm currently using Xcode 5.1.1. I did all the code and game development for the 4 inch iPhone simulators. I just fitted everything from 4inch iPhone simulator to 3.5 inch iPhone simulator. Now i want to fit everything into iPhone 6 and implement iOS 8. Currently my project only offers that i work on ios6, ios7 and lower. How do i implement ios8 and since the iPhone simulator doesn't give me a choice to choose higher than a 4inch iPhone simulator, how do i implement iPhone 6's 4.7 inch and iPhone 6plus 5.5 inch screens?
I'm using storyboards if that makes a difference

how to test iPhone 5S apps on simulator in iPhone

I have app which i have built for iPhone 4 and iPhone 5 it works on both iPhone 4 and iPhone 5C but it does not work on iPhone 5S. On iPhone 5S it does not show some of button at bottom of screen which is being shown fine in iPhone 5C and iPhone. Is there any way to resolve this issue. As my app does not show some images on iPhone 5S.
There's no real way to try an app just for a device. Although in the iPhone 5s case, you can ask for the 64-bits simulator. It only works on iOS7+.
The iOS 8 dev tools include device-specific simulators. They basically just switch between permutations of 64-bit, 32-bit, and different screen sizes.

Resources