I am creating an universal application (run on iPad and iPhone). I want to know if I am not create nib file for iPhone then is this possible that my application is rejected?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have a .xib that you’re using for both iPhone and iPad, there’s nothing inherently wrong with that. I don’t think you’ll get rejected just for that.
But if your single .xib contains the main window and doesn’t automatically resize to full screen — i.e. only receives touch events in a 320×480 frame — that could get your app rejected, since your app would have a malfunction when run on the iPad’s 1024×768 screen.