iPad Splash Screen setting warning in App Target

These are the splash screen of my iPad application.

  • Default-Portrait.png (768 × 1024)
  • Default-Portrait@2x.png (1536 × 2048)
  • Default-Landscape.png (1024 × 768)
  • Default-Landscape@2x.png (1024 × 768)
  • The problem:
    I upload all these screen in my application. Then set
    Default-Landscape@2x , Default-Landscape & Default-Portrait
    in App Target as iPad Splash screen.

    Now when I try to set Default-Portrait@2x , I find "No image Specified" message in "Portrait Non-Retina" section.
    Like this:

    在这里输入图像描述

    And then when try to set Default-Portrait again, I find "No image with correct dimensions found" message in "Portrait Retina" section.
    Like this:

    在这里输入图像描述

    And this thing happen no matter how many times I re change them one after one. What is the reason of it? If any one have any clue please share that with me. I check my "image name" and "size", no problem in there. I set these splash in a Cross platform "Cordova" project. Thanks in advanced. Have a nice day.

    Addition:

    I also try it with these names, but no luck.

  • Default-Portrait~iPad.png (768 × 1024)
  • Default-Portrait~iPad@2x.png (1536 × 2048)
  • Default-Landscape~iPad.png (1024 × 768)
  • Default-Landscape~iPad@2x.png (1024 × 768)
  • List item

  • I don't know why it didn't take the default name in this case. But I set it with the following name and solve it. If anyone get into the similar problem try with these name:

  • Default~ipad.png
  • Default~ipad@2x.png
  • Default-Landscape~ipad.png
  • Default-Landscape~ipad@2x.png
  • 链接地址: http://www.djcxy.com/p/62910.html

    上一篇: 如何为iPhone Retina Display和iPad非Retina设置相同的图像

    下一篇: App Target中的iPad Splash Screen设置警告