My ios app is designed for iphone 5 and up. Will my app still be approved if it does not work on iphone 4s, assuming it would be approved at all?
Asked
Active
Viewed 48 times
0
-
1If your app has memory issues (e.g. memory leak), fix it. It does not relate to App Store requirements. – Raptor Mar 03 '14 at 03:29
1 Answers
0
There is no requirement that your app work on older devices, but you cannot prevent it from being loaded on older devices either - for example, you cannot specify "iPhone 5 or later". You can require a system (i.e. iOS 7).

matt
- 515,959
- 87
- 875
- 1,141
-
Will it still be approved if it works on, say iphone 5, but does not work on iphone 4? – Naseiva Khan Mar 03 '14 at 03:41
-
It might be approved if they don't test and discover the problem, but iPhone 4 users will be able to download it, and if it crashes, that will not be good for you. – matt Mar 03 '14 at 03:46
-
Just loading it on a 3.5 inch screen will make it unplayable as the interface just cant fit on that screensize; resizing is not the issue, the interface just wont work. – Naseiva Khan Mar 03 '14 at 03:50
-
They might notice that and refuse the app. You cannot require the 4 inch screen. – matt Mar 03 '14 at 03:52
-
What a pain. Its a huge program, too, so retrofitting will be a major hassle. I guess I'll get more playtesting time. – Naseiva Khan Mar 03 '14 at 03:53
-
What you want to do makes sense to me, but I don't think they will let you do it. This business with the two screen sizes has not proceeded very wisely, in my opinion. The interface must work on the small screen, so on the large screen, by definition, there is usually wasted space. – matt Mar 03 '14 at 03:56