Hi i am new to IOS Development, i developed one app and tried to place it Apple store but it got rejected due to design issue raised in iPad resolution.I am using single Xib file in my design.please suggest me what can i do for to work my app in all devices like iPhone and iPad. Thanks in advance.
Asked
Active
Viewed 40 times
-1
-
Your question is very unclear. What was your exact reason for rejection? – Desdenova Dec 08 '15 at 08:11
-
Hello and welcome to stackoverflow, here: https://developer.apple.com/library/ios/recipes/xcode_help-IB_adaptive_sizes/chapters/AboutAdaptiveSizeDesign.html is something you should read before you start to develop . – LoVo Dec 08 '15 at 08:11
-
Probably your app is iPhone only, but you have selected *Universal* in settings. – Timur Bernikovich Dec 08 '15 at 08:20
-
@TimurBernikowich I don't think so. The app wouldn't be rejected for iPad unless it was submitted as Universal. – ABCD Dec 08 '15 at 09:56
-
@StudentT I mean currently app is designed for iPhone only but uploaded as Universal, thats why it was rejected. – Timur Bernikovich Dec 08 '15 at 12:39
2 Answers
0
For universal app layout and asset management please check this article.And also try to use storyboard rather than XIB approach.

Burhan Ahmad
- 728
- 5
- 13
0
If you prefer the older XIB approach, it's likely that you'll need to create a XIB file for iPad and another XIB file for iPhone. I did it. It's annoying but it works for both platforms.

ABCD
- 7,914
- 9
- 54
- 90