Hi Ahmet,
This is very odd. Your build.settings look correct to me. If I had to suggest one change, it might be to remove the “content” parameter from the “orientation” table. That locks the Corona content space to portrait, but you’re allowing all 4 orientations in the “supported” table.
Anyway, have you considered simply using a series of black (empty) Default launch screens, and then building a proper intro/launch screen in Corona, as a scene? Although many people use the Default image as a visual launch screen, I don’t think Apple ever intended them to be used like that (and reading their documentation, that seems to be true). Rather, I think they intended them to be used as some kind of “game/app preview” image that would display before the menu screen loaded.
Personally, I don’t use the Default images as my intro screen. I build a loading scene with a timer and a logo (animated if it’s appropriate) and then shift to the menu after. Of course, you can’t just avoid the Default screens entirely… in fact, you must use the iPhone5 “Default-568h@2x.png” to trigger “tall” mode on that device. But these days, I just make them all empty black rectangles. They’re small in size (less that 1 KB) and my custom loading scene gives me more control over the timing, visual appearance, and more.
Does this help at all?
Brent