简体   繁体   English

如何按照Apple标准检查我的应用是否与iOS7兼容?

[英]How do I check that my app is iOS7 compatible according to Apple Standards?

According to Apple : 根据苹果的说法

Starting February 1, new apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 and must be optimized for iOS 7. 从2月1日开始,提交给App Store的新应用和应用更新必须使用最新版本的Xcode 5构建,并且必须针对iOS 7进行优化。

How do I check that my iOS app conforms to these requirements ? 如何检查我的iOS应用符合这些要求? Is there a checklist somewhere ? 某处有清单吗? If I do not get any warnings when uploading to AppStore today, can I assume there won't be any problems by February ? 如果今天上传到AppStore时没有收到任何警告,我可以假设到2月不会出现任何问题吗?

I believe my app is 'optimized for iOS7', but Apple only refers to their Human Interface Guidelines, where I think some of the requirements are subjective. 我相信我的应用程序“针对iOS7进行了优化”,但是Apple仅参考其人机界面指南,我认为其中的一些要求是主观的。

I should mention that I think I have all the basics covered - using SDK7 and XCode 5, got all the new icon sizes, etc. 我应该提及的是,我认为我已经涵盖了所有基础知识-使用SDK7和XCode 5,获得了所有新图标大小,等等。

The iOS 7 transition guide is a good place to start. iOS 7过渡指南是一个不错的起点。 After that, all your app submissions must be compiled against the iOS 7 SDK, using Xcode 5. 之后,必须使用Xcode 5针对iOS 7 SDK编译所有提交的应用程序。

You won't experience any problems if you upload your app today and it passes the review. 如果您今天上传您的应用程序并且它通过了审核,那么您将不会遇到任何问题。 The news states that optimization for iOS7 is obligatory for new apps and updates . 该消息指出,iOS7的优化必须用于新的应用程序和更新 However, you can make life easier if your app meets the requirements (see previous answer and the comment below your question) right now. 但是,如果您的应用程序现在满足要求(请参阅先前的答案和问题下方的注释),则可以使生活更轻松。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM