针对 iPhone 6 的 App Store 信息文本进行了优化 [英] Optimized for iPhone 6 info text in App Store

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

问题描述

我已经更新了我的旧"Objective-C 应用程序以使用具有大小类的新故事板,将部署目标设置为 iOS 8,并将新的二进制文件上传到 App Store.不过,App Store 并未显示此应用已针对 iPhone 6 和 6 plus 进行了优化"的文字.文字仅提及 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?

推荐答案

解决方案是为所有使用的图像添加 @3x 版本并使用新的尺寸类.您会注意到应用程序从支持切换到 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 Plus 之前,我的图片是这样命名的:

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

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

为了获得所需的针对 iPhone 6 和 iPhone 6 Plus 进行优化 文本,您需要为每个图像添加第三个分辨率并使用 @3x 命名它们@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

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

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