问题描述
我一周前向 App Store 提交了一个应用.
I submitted an app to the App Store one week ago.
我已经在 iPhone6 和 6+ 模拟器上测试过,一切正常.
I had tested it on the iPhone6 and 6+ simulators and it was OK.
现在是 在 App Store 上提供,但在兼容性部分 iPhone6 和 iPhone6+ 中没有显示.为什么?是因为使用 xCode 6.0 构建吗?
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
推荐答案
我遇到了同样的问题.做了一些调整以获得 iPhone 6 和 6+ 的兼容性.你可以参考我采取的步骤:https://stackoverflow.com/a/26503186/1336105
I had same issues. Did few adjustments to get iPhone 6 and 6+ compatibility. You may refer to the steps I took: https://stackoverflow.com/a/26503186/1336105
这篇关于iPhone6,6+ 未显示在 App Store 的兼容性部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!