I have application that uses landscape right orientation. In view controllers I use:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)inter
Try setting the UIInterfaceOrientation key in your Info.plist to UIInterfaceOrientationLandscapeRight. That should force landscape right orientation on launch.
UIInterfaceOrientation
UIInterfaceOrientationLandscapeRight