优化在App Store的iPhone 6的信息文本 [英] Optimized for iPhone 6 info text in App Store

查看:109
本文介绍了优化在App Store的iPhone 6的信息文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经更新了我的老Objective-C的应用程序使用同尺寸的类新的故事板,部署目标设置到iOS 8和上传新的二进制到App Store。尽管如此,在App Store不显示文本这个程序是为iPhone 6,6加上优化的。文本只提到iPhone 5S及以下的一切。

I've updated my "old" Objective-C app to use the new storyboard with size classes, set the deployment target to iOS 8 and uploaded the new binary to the App Store. Still, the App Store doesn't show the text "this app is optimized for iPhone 6 and 6 plus". The text only mentions iPhone 5S and everything below.

那我该怎么才能让应用程序iPhone做6批准?

What am I supposed to do in order to get the app iPhone 6 approved?

推荐答案

解决的办法是添加 @ 3倍版本对所有使用的图像,并使用新的大小类。您切换到iPhone 6注意到应用支持例如当表格单元格看起来不同(变得非常小),以适应新的屏幕大小。

The solution was to add @3x versions for all used images and using the new size classes. You notice the app from switching to iPhone 6 supported when e.g. table cells look different (get very small) to adjust to the new screen size.

更新净度:

iPhone 6和6加之前,我的图片命名是这样的:

Before iPhone 6 and 6 Plus, my images were named like this:

Icon-40.png
Icon-40@2x.png

为了得到想要的为iPhone 6和iPhone 6加优化文本,则需要添加的每个图像的第三项决议,并将其命名与 @ 3倍其中 @ 2X 以前。所以,你最终有这三种图像 - 每个图片要在该应用显示 -

In order to get the wanted optimized for iPhone 6 and iPhone 6 Plus text, you need to add a third resolution of each image and name them with a @3x where the @2x was before. So you end up having these three images -per image you want to show in the app-.

Icon-40.png
Icon-40@2x.png
Icon-40@3x.png

这篇关于优化在App Store的iPhone 6的信息文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆