4

My APP was rejected,Because follow issue. ----- 2.10 -----

We also found that your app did not meet the requirements for running on iPad, as required by the App Store Review Guidelines.

Your app did not run at iPhone resolution when reviewed on iPad. While your app may be built for iPhone or iPod, it must still run on iPad, at iPhone resolution and at 2x iPhone 3GS resolution.


My app shows iPad model in iPad IOS8 version.but i want the app that shows iPhone 2x model in iPad. it shows iPhone model in iPad before iOS7.1 version. how to show iPhone model in iPad iOS 8 version.

AllanXing
  • 174
  • 1
  • 14
  • What does your app currently do when run on an iPad? –  Oct 24 '14 at 02:17
  • I want to show iPhone view 2X in ipad – AllanXing Oct 24 '14 at 03:50
  • 1
    Have you specified a storyboard as your launch image? There is a bug that prevents iPhone apps operating correctly in this case - http://stackoverflow.com/questions/26280652/iphone-app-compiled-with-xcode-6-on-runs-as-universal-on-ipad – Paulw11 Oct 24 '14 at 04:20
  • thank you.yes I have set a storyboard as launch image.I deleted the xib file to fixed successfully @Paulw11 – AllanXing Oct 24 '14 at 08:25

1 Answers1

1

deleting the Launch Screen File in XCode 6.use Launch image

AllanXing
  • 174
  • 1
  • 14