简体   繁体   English

适用于旧版SDK iOS的更新应用

[英]Update App for older SDK iOS

We have developed an application before iOS 8.0 release and with Base SDK 7.1. 我们已经在iOS 8.0之前的版本和Base SDK 7.1中开发了一个应用程序。

Now our customer asked us for a change of the menu of the application but not to be combatible with iOS 8.1. 现在,我们的客户要求我们更改应用程序菜单,但不能与iOS 8.1兼容。

So we want to upload an update for iOS 7.1 Base SDK only and not for the latest Base SDK(iOS 8.1). 因此,我们只想上传iOS 7.1 Base SDK的更新,而不是最新的Base SDK(iOS 8.1)的更新。

Is there any way? 有什么办法吗?

iOS 7.1 does not appear as a selection to Base SDK drop down menu. iOS 7.1不会显示为“基本SDK”下拉菜单的选择。

iOS 8 brings other changes, apart from those that you've outlined in the comments. 除了您在注释中概述的内容外,iOS 8还带来了其他更改。

For example you'll have to add support for the way iOS 8 handles push notifications, location services and probably other things, depending on what your app does. 例如,您必须添加对iOS 8处理推送通知,位置服务以及可能其他内容的方式的支持,具体取决于您的应用程序执行的操作。

So the best thing to do is to compile with the iOS7 SDK that you've developed against and release that version to the store. 因此,最好的办法是使用您针对其开发的iOS7 SDK进行编译,然后将该版本发布到商店中。

You can get the iOS7 SDK by following this tutorial . 您可以按照本教程获取iOS7 SDK。

Or just download Xcode 5.1.1 and use that to submit your app. 或者只是下载Xcode 5.1.1并使用它来提交您的应用程序。

Starting at the 1st of February, though, you'll need to have support for iOS 8 in your app. 不过,从2月1日开始,您需要在您的应用中获得对iOS 8的支持。

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

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