0

My app works fine on iphone and ipod touch, but shows a blank screen when I launch it on ipad.

When I first created the project I chose the option for builing an iphone/ipad application. But I never really tested on ipad up to now.

Any idea why it is not working on ipad?

The iOSDev
  • 5,237
  • 7
  • 41
  • 78
Michel
  • 10,303
  • 17
  • 82
  • 179
  • 2
    What are you doing differently on the iPad side? Eg. did you forget something in your AppDelegate/MainViewController/MainWindow.xib? – JustSid May 07 '12 at 12:54
  • Check the iOS version number on iPad..are they both(iPhone/iPad) running over same iOS version? Might be **Deployment target** problem... – Naina Soni May 07 '12 at 13:15

1 Answers1

0

After checking and trying a few thing with no success, I finally tried one last which worked. In the MainWindow_iPad.xib I connected the rootViewController to the top View Controller in my app and it make things work.

I still do not quite understand what is going on though, because this rootViewController is connected to nothing, in the case of MainWindow_iPhone.xib and it works perfectly since the beginning.

Michel
  • 10,303
  • 17
  • 82
  • 179