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]
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]
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.
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]
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]
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]