-2

I have app in which i have used rotation for the app fixed to landscape apple will accept the app or not.

Developer IOS
  • 115
  • 1
  • 2
  • 11

1 Answers1

2

Yes. Why not. You can develop app for one orientation.

Yashesh
  • 1,799
  • 1
  • 11
  • 29
  • it mean i have to fixed orientation for view controller in landscape only like return UIInterfaceOrientationIsLandscape(interfaceOrientation); – Developer IOS Mar 13 '13 at 05:02