本文介绍了iPhone6,6 +不兼容部分显示在App Store的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我提交的应用在App Store一周前。
我已经测试了它的iPhone6和6+模拟器,这是确定。
现在它的但在兼容性部分iPhone6和iPhone6 +可以不显示。
为什么?是不是因为用X code ++ 6.0?
我的构建配置的更多信息:
X code ++ 6.0
部署 - 目标:7.0
有效的体系结构:arm64,ARMv7的,armv7s,ARM6
解决方案
我有同样的问题。做了一些调整,以获得iPhone 6和6+的兼容性。你可以参考我采取的步骤:http://stackoverflow.com/a/26503186/1336105
I submitted an app to the App Store one week ago.
I had tested it on the iPhone6 and 6+ simulators and it was OK.
Now it is available on the App Store but in the compatibility section iPhone6 and iPhone6+ are not shown.Why? Is it because of building with xCode 6.0?
More information about my build config:
XCode 6.0
Deployment-Target: 7.0
Valid Architectures: arm64, armv7, armv7s, arm6
解决方案
I had same issues. Did few adjustments to get iPhone 6 and 6+ compatibility. You may refer to the steps I took: http://stackoverflow.com/a/26503186/1336105
这篇关于iPhone6,6 +不兼容部分显示在App Store的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!