Default.png shows in simulator but not on real device iphone?

ios-simulator, iphone, objective-c, xcode

Solution

Check the case of the file name.

Default.png, default.png, Default.PNG and DEFAULT.png are all different files on the device, but not in the simulator.

Problem

i have added a splash screen to my application by adding Default.png. the splash screen works fine in the simulator but not showing on real device

Original source