我已经在Xcode5中创建了一个应用程序,其中有两个用于iPhone4和iPhone5的xib,我没有使用自动布局。现在我的应用程序在iphone6和iphone6 +两个设备上完美运行,没有任何问题。我还将我的Xcode5升级到Xcode6。 1。我的代码也支持64位架构。
我添加了所有图标并使用以下尺寸和名称启动图像。
1. Icon.png 57x57
2. Icon@2x.png 114x114
3. Icon-72.png 72x72
4. Icon-72@2x.png 144x144
5. Icon-76.png 76x76
6. Icon-76@2x.png 152x152
7. Icon-120.png 120x120
8. Icon-60@3x.png 180x180
默认图片:
1. Default-568h.png 320x568
2. Default-568h@2x.png 640x1136
3. Default-667h@2x.png 750x1334
4. Default-Portrait-736h.png 1242x2208
5. Default-Portrait.png 768x1004
6. Default-Portrait@2x.png 1536x2008
7. Default-Retina.png 768x1024
8. Default-Retina@2x.png 1536x2048
9. Default.png 320x480
10. Default@2x.png 640x960
现在我已将我的应用程序上传到appstore并成功获得批准,但它并没有向我显示与iPhone6和iPhone6 +的兼容性。所以如果我忘记添加或不按照正确的步骤使其兼容,请指导我使用iPhone6和iPhone6 +设备。
答案 0 :(得分:0)
您应该添加Launchscreen.xib,让App商店知道您的应用程序与iPhone 6和6 plus兼容。 iPhone 6和6 plus具有不同的屏幕尺寸,因此您需要再创建两个xib以满足需要,就像您为iPhone 4和iPhone 5创建了两个xib一样。