美文网首页
ios app 上传时 ERROR ITMS-90096

ios app 上传时 ERROR ITMS-90096

作者: 粑粑又被注册了嘛 | 来源:发表于2017-12-11 13:59 被阅读37次

第一步、把Launch Screen File清空 然后使用Launch Screen Source 在Launch里面加
640*960 (4/4s) 2X位置

640*1136 (5/5s/5c) R4位置

750*1334 (6) R4.7位置

1242*2208 (6 plus) R5.5位置

第二步、info.plist加入图片中的字段
(<key>UILaunchImages</key>
<array>
<dict>
<key>UILaunchImageName</key>
<string>Default-568</string>
<key>UILaunchImageSize</key>
<string>{320,568}</string>
</dict>
</array>
),把一张命名为Default-568.png的图片放工程目录下就可以了。

image.png

相关文章

网友评论

      本文标题:ios app 上传时 ERROR ITMS-90096

      本文链接:https://www.haomeiwen.com/subject/fjyiixtx.html