如何支持iPhone 6和iPhone 6 ++的应用程序

如何支持iPhone 6和iPhone 6 ++的应用程序

问题描述:

我的应用程序在itune Appstore上运行,但显示它与iphone 5/5S兼容.但是我已经在iPhone 6和6 ++模拟器上测试了该应用程序,并且运行良好.

my app is live on itune appstore but its showing that it is compatible upto iphone 5/5S. But i had tested the app on iphone 6 and 6++ simulators and it is working fine.

我该怎么做才能表明该应用程序与iPhone 6和6 ++兼容

What i have to do so that it should show that this app is compatible with iphone 6 and 6++

谢谢

为了支持iPhone 6和iPhone 6 Plus兼容性,您需要使用LaunchScreen文件,或仅添加6/6Plus的启动图像.现在,当您尝试运行该应用程序时,它将自动检测屏幕大小,您可以清楚地看到正确尺寸和大小的应用程序.

In order to support iPhone 6 and iPhone 6 Plus compatibility, either you need to use a LaunchScreen file or simply add Launch images for 6/6Plus. Now when you try to run the app, it will automatically detect screen size and you can clearly see the app in correct dimension and size.