简体   繁体   English

我还可以在没有iPhone 6发布图像的情况下发布iOS应用程序(仅在比例模式下运行的应用程序)吗?

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

Is the Apple AppStore still accepting apps that only run in scale mode in the new iPhone 6? Apple AppStore是否仍然接受仅在新iPhone 6中以缩放模式运行的应用程序? Or do I need to adjust my whole app to be able to publish a new update? 或者我是否需要调整整个应用才能发布新的更新?

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). 它将自动扩展到iPhone 6和iPhone 6 Plus(类似于iPad扩展适用于iPhone应用程序的方式,但更好)。 You should still test your app against these targets in Xcode 6 though. 您仍然应该在Xcode 6中针对这些目标测试您的应用程序。 I've already found one scaling issue using GLKViews on the iPhone 6 Plus only. 我已经在iPhone 6 Plus上使用GLKViews找到了一个缩放问题。 The contentScale factor is increased to 3 instead of 2 ONLY on the iPhone 6 Plus. 仅在iPhone 6 Plus上,contentScale因子增加到3而不是2。 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. 所以无论如何,您必须运行所有设备大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone & iPad 应用程序启动图像 - iPhone & iPad Apps Launch Images iPhone X缩放问题,我们可以在不更新应用的情况下将现有应用缩放到全屏模式吗? - iPhone X scaling issue, can we scale existing apps to fullscreen mode without an app update 我可以仅使用iPad 2和iPhone开始构建iOS应用吗? - Can I start building iOS apps using only iPad 2 and iPhone? 如何为iPhone 6/6 Plus仅景观应用创建启动图像? - How do I create launch images for iPhone 6 / 6 Plus Landscape Only Apps? 我可以将不同客户端的 IOS 应用程序发布到一个帐户吗? - Can I publish IOS apps for different clients to one account? 我可以在 PlayStore 和 App Store 上运行发布的 Microsoft PowerApps 应用程序吗? - Can I run publish Microsoft PowerApps apps on PlayStore and App Store? 哪些iPhone应用程序将以缩放模式在iPad 2上运行? - Which iPhone apps will run on the iPad 2 in scaled mode? 如何在iPad上以宽屏模式运行iPhone应用程序? - How to run iPhone apps in widescreen mode on iPad? 通过XCode在具有iOS 8的iPhone上运行iOS应用 - Run iOS Apps on iPhone with iOS 8 through XCode 多个ios应用在启动时崩溃,而没有崩溃日志 - Multiple ios apps crash on launch without crashlog
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM