We are working on a game, that renders a couple splash screens while loading.
So we are not using Default.png or [email protected], because it makes sense for the screen to be blank on startup.
So how to do you get iOS 6 in the iPhone 5 simulator to render our game full screen without the splash screen image mentioned here? Do we just need to think about using splash screen images? Is it the only way? I would think there should be something you can turn on in Info.plist
.
We would still prefer to not use splash screen images, since it would make our app bundle larger--we are very close to 50MB.