Can i still publish iOS apps without iPhone 6 launch images (apps that run in scale mode only)?

徘徊边缘 提交于 2019-12-01 18:04:48

Yes you can still submit apps as you normally would without adjusting your app for the newer screen sizes. It will auto scale for the iPhone 6 and iPhone 6 Plus (similarly to how the iPad scaling works for iPhone apps, but better). You should still test your app against these targets in Xcode 6 though. I've already found one scaling issue using GLKViews on the iPhone 6 Plus only. The contentScale factor is increased to 3 instead of 2 ONLY on the iPhone 6 Plus. I will also note that it seems you must still take screen shots for all screen sizes when submitting your app to the app store. So regardless, you must run on all device sizes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!