splash screen - halp needed

Hi

I tried to use splash screen. I put default.png file in the app directory. When I build app for Xcode Simulator splash screen shows (but with the status bar - how to remove it?), but when I build and launch app in device first I see black screen and then main screen of the aplication. No trace of splash? Where’s the problem?

Marcin [import]uid: 12119 topic_id: 6255 reply_id: 306255[/import]

it’s capitalized

Default.png [import]uid: 12108 topic_id: 6255 reply_id: 21553[/import]

Hi
did you resolve this problem ? I have exactly the same situation ?
I was trying with Default.png and default.png [import]uid: 13156 topic_id: 6255 reply_id: 24417[/import]

Hi

Yes, It should be Default.png and it’s working on my devices.

Pozdro :wink: [import]uid: 12119 topic_id: 6255 reply_id: 24447[/import]

Pozdro pozdro :slight_smile:

My problem is a little different I think… because I can see logo but first in Portrait mode with bad resolution and then in Landscape mode. Whole game is in Landscape mode… I’am using Default.png.

My thread
http://developer.anscamobile.com/forum/2011/02/21/defaultpng-very-strange
Any idea ? [import]uid: 13156 topic_id: 6255 reply_id: 24450[/import]

Hello, I think, apple say all Default.png (splash screens) must be in Portrait mode.

You need save your png in Portrait mode.

Regards.
Francisco.
[import]uid: 11749 topic_id: 6255 reply_id: 24452[/import]

ffm I’am not sure because for example in AngryBirds game , splash screens are in Landscape Mode, maybe they are not a Default.png’s files ? [import]uid: 13156 topic_id: 6255 reply_id: 24454[/import]

I didn’t use config file. I only used build.settings file to allow only landscape mode:

settings = {
orientation =
{
default = “landscapeRight”,
}
}

My Default.png is in landscape mode (width>height). it works. [import]uid: 12119 topic_id: 6255 reply_id: 24489[/import]

no you have to write Default-Landscape.png for landscape mode and Default-Portrait.png for portrait mode. [import]uid: 9664 topic_id: 6255 reply_id: 25649[/import]

Thank you
I will try as soon as my apple developer profile will be active again. ( I made some changes).
but I think that I tested this solution and still have first portrait and then landscape.
[import]uid: 13156 topic_id: 6255 reply_id: 25651[/import]

You have to put both images as 768x1024 and image name as Default-Portrait.png for portrait mode and 1024x768 and image name as Default-Landscape.png for landscape mode. [import]uid: 9664 topic_id: 6255 reply_id: 25652[/import]

and if I want to use ONLY landscape mode I’am putting only one file right ? [import]uid: 13156 topic_id: 6255 reply_id: 25653[/import]

yes, if u set orientation in build.setting default =landscape mode than Default-Landscape.png image [import]uid: 9664 topic_id: 6255 reply_id: 25654[/import]