0

I want to add a splashscreen within an App that is an iPad-App currently. I succeeding with using different app icons (both for iPhone and iPad), but the splashscreen. Now called "Default-Portrait~iphone.png" but the splashscreen is not being showed. Anyone got a solution for this?

BarryK88
  • 1,806
  • 2
  • 25
  • 41

1 Answers1

0

You should just name the file Default.png (and Default@2x.png) and the iPhone version will use it. iPhone doesn't support multiple Default.png orientations like iPad does.

Josh Hudnall
  • 1,021
  • 8
  • 16