3
votes

I find paragraph 2.10 of App store review guidelines a bit ambiguous. It says : "iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution"

My app is deployment target is iphone and the supposed device orientation is portait

enter image description here

When I tested my app on ipad simulator it looks as follows:

enter image description here

This is just a piece of the view to give you the notion of how it actually look like - the app view does not fit the whole frame of ipad simulator.

The reason why I got my app rejected is completely different, however I don't want to waste another 8 days to see the rejection again because of some weird issue, so that's why I ask. Moreover, do you know if they stop review when they encounter a problem? Or they always undeline all the issues? My question is: should I do something with this ipad view even if my app's target device is iphone? If yes, what do you suggest me to do?

Thanks in advance

1
Because your app is not universal (it has been made for iPhone only), it won't be fully compatible with an iPad. Don't get me wrong, iPad will still be able to download the app from the App Store, but the app's screens won't perfectly fit the iPad's screen. It's an iPhone app, so iPad is just making the app's screen bigger. Just it. This is the case of an iPhone app running on an iPad.Cesare
But how appstore review will treat that case?theDC
You just need to see if your app is 100% usable when running it on an iPad. You'll most likely be okay with just leaving it as is - the iPad basically emulates an iPhone when it detects apps that are not Universal.JustAnotherCoder
It will just go along just fine. Apple accepts it. There are many apps that don't support iPad.Cesare
Well the app contains call option triggered on a button - so I gues one can't say its 100% usable on iPad, what's your opinion?theDC

1 Answers

5
votes

iPad will be able to download your iPhone app and run it, but your app won't be fully compatible with it. iPad users may encounter issues such as bugs and incompatible features.

iPad users will only be able to download your app from the App Store by searching its name and filtering the search results with "iPhone Only". Therefore don't expect full visibility.

Your iPhone app will run successfully on an iPad most of the times but it will be presented with a scaled screen.

enter image description here