In my iPad app which is restricted to UIInterfaceOrientationLandscapeRight , i added splash image by named default-Landscape.png & default-Landscape@2x.png images but it is rendering in simulator but not in my iPad.
In my iPad app which is restricted to UIInterfaceOrientationLandscapeRight , i added splash image
Share
All file names are case-sensitive.
rename them to : Default-Landscape.png & Default-Landscape@2x.png
with capital “D”
in simulator it isnt case-sensitive but in device it is
hope it helps. happy coding 🙂