作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正尝试在应用商店提交我的 iOS 应用,但出现以下错误:
我用谷歌搜索并找到了一些解决方案,但我不想使用启动屏幕
,所有解决方案都说我应该添加启动图像,但我的应用程序有一个启动 View Controller
,所以我不想使用启动屏幕
。
我该如何解决这个问题?
最佳答案
Apple 在Human Interface Guidelines 中明确说明那个
the launch image isn’t an opportunity to provide:
- An “app entry experience,” such as a splash screen
- An About window
- Branding elements, unless they are a static part of your app’s firstscreen
A launch file or image provides
- simple placeholder that iOS displays when your app starts up
- is quickly replaced by the first screen of your app
启动屏幕应该在您的应用加载时可见。如果您的应用加载速度足够快,则启动屏幕的可见时间可能不会足够长,您不会注意到。
此外,
Every app must supply a launch file or at least one static image.
因此,您的启动 View Controller 可以是您应用的第一个屏幕,但启动屏幕或图像是强制性的。
关于ios - ITMS-90096 : Your binary is not optimized for iPhone 5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32478906/
我是一名优秀的程序员,十分优秀!