本文介绍了您的二进制文件未针对iPhone 5优化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在将Xamarin.IOS应用程序提交到App Store时收到此错误消息.
I get this error message while submiting my Xamarin.IOS application to App Store.
我已经删除了alpha修改过的内容,并删除了iTunes Connect上4英寸启动图像中的透明度.
I have already removed alpha channed and removed transparency from 4-inch launch image on iTunes Connect.
但是我是否必须从提交给iTunes Connect
的每个启动图像中甚至从所有launch images that I have selected in xcassets on Xamarin Studio
中删除Alpha通道?
But do I have to remove the alpha channel from every launch image that I have submitted to iTunes Connect
and even also from all launch images that I have selected in xcassets on Xamarin Studio
?
推荐答案
此操作已解决此问题:
- 我已完全删除了launge images的xcassets
- 添加了启动图像集并
再次添加了所有启动图像
- 再次创建了一个新的ipa,
- I have removed launge images' xcassets totally
- added the launch image set and
added all launch images again - created a new ipa again and
,这一次成功提交.
这篇关于您的二进制文件未针对iPhone 5优化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!