hi 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?
+1
A:
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 320x480 frame -- that could get your app rejected, since your app would have a malfunction when run on the iPad's 1024x768 screen.
Shaggy Frog
2010-09-20 05:11:17
thanks for the information
a111
2010-09-20 05:17:16
A:
the screen difference is huge bw ipad and iphone .you cant have a iphone app on ipod .basically the difference is in interface builder for ipad and iphone .and u dont need additional nib file to make application there is default window nib file which u need
pankaj kainthla
2010-09-20 05:14:00