1

I have used These launch images

My app is again rejected by app store. The reason is "iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution" . I have checked my app in iPad and it works fine. Here is the screenshot app on iPad Please tell me what to do. My app is only for iPhone. Here is the screenshots of my app settings

Please help me out.

Sudha Tiwari
  • 2,499
  • 26
  • 50
  • 1. http://stackoverflow.com/questions/10527781/make-an-iphone-specific-app-work-on-ipad-to-meet-apple-requirements , 2. http://stackoverflow.com/questions/26540357/2-10-iphone-apps-must-also-run-on-ipad-without-modification-at-iphone-resolutio – Venk Oct 29 '15 at 05:32
  • @Venkat There is no launch screen in my project. I have used LaunchImage in Image xcassetes. – Sudha Tiwari Oct 29 '15 at 05:45
  • Had you put the splash screen for the iPad..? I guess may be its aproblem – Sunny Shah Oct 29 '15 at 05:51
  • @Venkat is there any issue If I used universal for image assets. – Sudha Tiwari Oct 29 '15 at 05:52
  • Did you test you app in iPad ? even if its iPhone app, we can run it in iPad also.. I think apple tried to test your app in iPad.. So you check that first. – Venk Oct 29 '15 at 05:56
  • @SunnyShah no I didn't used any iPad image – Sudha Tiwari Oct 29 '15 at 05:57
  • @SunnyShah Is there any issue If I used image assets in Universal – Sudha Tiwari Oct 29 '15 at 05:58
  • @Venkat Yes I have test my app in iPad also.Its working fine. – Sudha Tiwari Oct 29 '15 at 06:02
  • can you show me the screenshot of launch screen images added in asset? – Venk Oct 29 '15 at 06:06
  • Strange.... Better you contact apple dev support team to know what exactly the error is and get help from them to fix the issue. – Venk Oct 29 '15 at 06:14
  • @SudhaTiwari I m not sure but It may be.. you should ask app dev support as Venkat said. and check app in all device (Old not retina and retina). it must show the 2x button in all. – Sunny Shah Oct 29 '15 at 06:32
  • @SunnyShah Yes, I have checked app in iPad. Here is the screenshots. http://share.pho.to/9nq2T – Sudha Tiwari Oct 29 '15 at 06:52
  • @SudhaTiwari Screenshot is correct. just make sure for all iPad simulator – Sunny Shah Oct 29 '15 at 07:01
  • @SunnyShah I have checked my app in 3.5, ipad mini, ipad2 and ipad retina. App is working fine. launch screen is also available there. But I want to know in iPad retina there are 1X and 2X button but in iPad mini and iPad 2 this button is not available. why? – Sudha Tiwari Oct 29 '15 at 09:34
  • @Venkat I have checked my app in 3.5, ipad mini, ipad2 and ipad retina. App is working fine. launch screen is also available there. But I want to know in iPad retina there are 1X and 2X button but in iPad mini and iPad 2 this button is not available. why? – Sudha Tiwari Oct 29 '15 at 09:34
  • Can i see your LaunchImage.xcassest..? – Sunny Shah Oct 29 '15 at 09:53
  • @SunnyShah I have shared screenshot in question – Sudha Tiwari Oct 29 '15 at 09:56
  • @SunnyShah check my updated question – Sudha Tiwari Oct 29 '15 at 10:00
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/93664/discussion-between-sunny-shah-and-sudha-tiwari). – Sunny Shah Oct 29 '15 at 10:27
  • @SudhaTiwari go to app dev support ask them – Sunny Shah Oct 29 '15 at 10:35
  • @SudhaTiwari: Go through all screens in iPad, check the UI, also it would be nice if you can check that you are not using any feature which is an "iPhone-only" feature (may be hardware requirement) and causing crash or any issue on iPad. – Parth Bhatt Oct 30 '15 at 04:55

1 Answers1

0

Ensure all the functionalities are working fine on iPad. Check all the screens, keyboard should not hide the text fields and options anywhere. You can check in 3.5 inch simulator and check Default(Splash) image shows on iPad or not.

user2781412
  • 39
  • 1
  • 6
  • I have checked my app in 3.5, ipad mini, ipad2 and ipad retina. App is working fine. launch screen is also available there. But I want to know in iPad retina there are 1X and 2X button but in iPad mini and iPad 2 this button is not available. why? – Sudha Tiwari Oct 29 '15 at 09:33
  • Does apple give any comments for rejection? Post that also. One time i faced the same case for login button is out of the screen. – user2781412 Oct 29 '15 at 10:49