`
jsntghf
  • 浏览: 2542646 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

提交应用到App Store遇到Missing Screenshot问题的解决方法

    博客分类:
  • iOS
阅读更多

今天在提交应用的时候遇到了一个新问题:二进制文件已经Archive、Validate、Distribute,Itunes Connect上却显示Missing Screenshot。经查看,在Itunes Connect上3.5-Inch Retina Display Screenshots中也上传了应用截图,后来,经查看iTunes Connect Developer Guide以及开发者邮件,得知问题所在。

 

iTunes Connect Developer Guide中有这么一段话:

 

If your binary indicates that your app will run on the 4-inch Retina display, you are required to upload at least one of these screenshots.

Up to four additional optional screenshots can be uploaded. All subsequent screenshots will appear in numbered order on the App Store, in the same order in which they were uploaded in iTunes Connect. Only Newsstand apps can reorder their screenshots after they have been uploaded.

For best results, do not include the iPhone status bar in your screenshots, and follow these requirements:

640 x 1096 pixels for portrait (without status bar) minimum

640 x 1136 pixels for portrait (full screen) maximum

1136 x 600 pixels for landscape (without status bar) minimum

1136 x 640 pixels for landscape (full screen) minimum

72 ppi, RGB, flattened, no transparency

High-quality JPEG, TIFF or PNG image file format. ZIP-compressed TIFF files are not acceptable.

 

邮件中有这么一段:

 

If you deliver a new app binary that takes advantage of the new screen size for iPhone 5 or iPod touch (5th generation) without screenshots in the new dimensions, the status of your app will change to Missing Screenshot. Your app will not be reviewed until you upload screenshots with the correct dimensions. You will also need to upload screenshots for any added localizations you have set up on iTunes Connect.

 

那么,iTunes Connect是如何判断是否需要上传iPhone 5的应用截图的呢?

 

The only thing that indicates whether or not your app supports the 4-inch screen is whether you have a "Default-568h@2x.png" file or not. If you haven't added that, your app won't natively support the 4-inch screen (which is fine!) and you don't need to change any other settings or provide other screenshots. 

 

如果你的应用不兼容iPhone 5的话,那么可以果断删除Default-568h@2x.png这个图片,然后重新上传即可。

如果你的应用兼容iPhone 5的话,那么Default-568h@2x.png这个图片就不能删了,有了这个图片就必须提供至少一张iPhone 5的应用截图了,否则就会出现Missing Screenshot的错误,所以在4-Inch Retina Display Screenshots中上传一下iPhone 5的应用截图即可。

分享到:
评论

相关推荐

    ios-Screenshot 应用商店截图制作工具.zip

    如果你看不懂这个App是做什么的,说明你还不是一名合格的App开发人员。 美工妹子制作大量应用商店截图模板,然后标注好主标题、副标题、截图坐标、截图尺寸、附件坐标等参数...AppStore搜索:screenshot 也能下载。

    swift-ScreenshotFramer-创建本地化的优秀AppStore屏幕截图

    在App Store上,高质量且本地化的屏幕截图是吸引用户下载应用的关键因素之一。它们向潜在用户展示了应用的功能、界面和用户体验。ScreenshotFramer通过自动化流程,帮助开发者快速生成符合不同设备和语言要求的截图...

    ScreenShot.zip项目安卓应用源码下载

    这些问题的解决方法也是项目中值得学习的知识点。 总的来说,ScreenShot项目涵盖了Android应用开发中的多个关键概念,包括视图绘制、媒体投影、用户交互、权限管理以及图片处理等。通过深入研究这个项目,无论是...

    electron-screenshot-app:截屏

    电子截屏应用 制作屏幕截图 安装 $ npm install electron-screenshot-app --save 用法 var app = require ( 'electron' ) . app ; var screenshot = require ( 'electron-screenshot-app' ) ; app . on ( 'ready'...

    ScreenShot

    `ScreenShot`程序能够对指定的`View`对象进行截图,这通常是通过调用`View`的`draw()`方法来实现的,该方法将`View`的内容绘制到一个`Bitmap`对象上。 2. **保存至SDCard**:Android设备通常提供外部存储空间(如...

    Screenshot It Enabler

    而“Screenshot It Enabler”就是为了解决这个问题,它可以帮助用户轻松地获取屏幕快照,无论是在安卓设备还是在Windows或Mac操作系统上。 在提供的文件列表中,“No Root Screenshot It.apk”显然是适用于安卓设备...

    Android-ScreenShot-Library

    这是项目的使用说明或开发者指南,通常会包含如何构建、安装和使用这个库的详细步骤,以及可能遇到的问题和解决方案。 9. **demo** 这可能是一个示例应用,展示了如何集成Android-ScreenShot-Library并进行截图...

    Screenshot-JS屏幕截图插件脚本

    《Screenshot-JS:Web前端屏幕截图插件的深入解析》 在现代Web开发中,用户交互体验日益丰富,其中一项有趣的特性就是允许用户在浏览器中直接截取屏幕快照。"Screenshot-JS"是一个强大的JavaScript插件,专为Web...

    Screenshot_20240603_085833_Google Play Store.jpg

    Screenshot_20240603_085833_Google Play Store.jpg

    cordova-screenshot cordova截屏插件

    cordova-screenshot cordova截屏插件 document.addEventListener("deviceready", init, false); function init() { document.querySelector("#share").addEventListener("touchend", function() { navigator....

    screenshot.js:Screenshot

    【screenshot.js:Screenshot】是一款基于JavaScript编写的Chrome浏览器扩展程序,主要功能是为用户提供方便快捷的网页和网络视频截图服务。它通过JavaScript库与Chrome的API进行交互,实现了对网页内容的捕获、编辑...

    Screenshot_20231214_150206.jpg

    Screenshot_20231214_150206.jpg

    Laravel开发-screenshot-l4

    这个“screenshot-l4”工具可能就是利用了这些特性,为开发流程提供辅助,比如记录应用的界面变化、错误反馈或者功能演示。 在Laravel框架中,开发自定义工具或包通常涉及到以下几个关键步骤: 1. **创建服务提供...

    (OC)ScreenShot禁止截屏.zip

    然而,使用私有API违反了苹果的App Store审核指南,可能导致应用被拒绝或从商店中移除。 4. **Core Graphics**:开发者可以通过捕获并覆盖屏幕内容来模拟禁止截图的效果。当检测到截图事件时,可以用自定义的空白或...

    AwesomeScreenshot

    Awesome Screenshot.crx

    Screenshoter(小巧实用截图软件)绿色版

    **Screenshoter(小巧实用截图软件)绿色版** Screenshoter是一款专为用户提供便捷截图功能的工具,尤其适合那些希望快速、高效地捕捉屏幕图像的用户。它以绿色版的形式出现,这意味着该软件无需安装,下载后直接解压...

    ScreenshotFramer:创建本地化的App Store屏幕截图

    App Store的屏幕截图是展示应用功能、设计和用户体验的关键元素,而ScreenshotFramer则是一款专为此目的设计的强大工具。通过使用ScreenshotFramer,开发者可以快速、高效地创建具有本地化特色的App Store屏幕截图,...

    Ultimate Screenshot Creator 1.4.3.unitypackage

    Ultimate Screenshot Creator 1.4.3.unitypackage 支持多个Camera 截图在同一张图 并且保存

Global site tag (gtag.js) - Google Analytics