如何根据Apple标准检查我的应用程序是否兼容iOS7?

时间:2020-12-11 07:11:24

According to Apple:

根据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 ? 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 ?

如何检查我的iOS应用是否符合这些要求?某个地方有清单吗?如果我今天上传到AppStore时没有收到任何警告,我可以假设二月份没有任何问题吗?

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,获得了所有新的图标大小等。

2 个解决方案

#1


2  

The iOS 7 transition guide is a good place to start. After that, all your app submissions must be compiled against the iOS 7 SDK, using Xcode 5.

iOS 7过渡指南是一个很好的起点。之后,必须使用Xcode 5针对iOS 7 SDK编译所有应用程序提交。

#2


0  

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. However, you can make life easier if your app meets the requirements (see previous answer and the comment below your question) right now.

如果您今天上传应用程序并通过审核,则不会遇到任何问题。该消息称,iOS7的优化对于新的应用和更新是必须的。但是,如果您的应用程序符合要求(请参阅上一个答案和您问题下方的评论),您可以让生活更轻松。

#1


2  

The iOS 7 transition guide is a good place to start. After that, all your app submissions must be compiled against the iOS 7 SDK, using Xcode 5.

iOS 7过渡指南是一个很好的起点。之后,必须使用Xcode 5针对iOS 7 SDK编译所有应用程序提交。

#2


0  

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. However, you can make life easier if your app meets the requirements (see previous answer and the comment below your question) right now.

如果您今天上传应用程序并通过审核,则不会遇到任何问题。该消息称,iOS7的优化对于新的应用和更新是必须的。但是,如果您的应用程序符合要求(请参阅上一个答案和您问题下方的评论),您可以让生活更轻松。