Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Splash screen in multi-language iOS app

I am working on an app which is in 12 languages. Each language will have different splash screen. I have tried almost all possible ways to add splash screen images (Default.png) and it is working fine in all the cases. But, when I try to upload it on App store, it is giving me below error(attaching screenshot):-

Error at the time of validating the app

After that, I tried other possible solutions, but none of them worked for me. The main problem is showing in below image:-

Launch images

When I try to select any image from browse pop-up, it won't display in above list and displays same message ("No image specified"). I have added all the images in my bundle.

Images added in the bundle
Could anyone please guide me where I am doing mistake?
Note:- I am using Xcode 5.1.

like image 792
Piyush Dubey Avatar asked May 29 '14 13:05

Piyush Dubey


1 Answers

This addresses the problem. Is there a way to have a different Default.png (splash image) for different languages/locales in iOS?

Pretty much put different images in each localization folder.

like image 182
mginn Avatar answered Oct 17 '22 02:10

mginn