簡體   English   中英

是否可以將升級版本從7.1到8(及更高版本)的iOS應用提交到iTunes

[英]Is it possible to submit the ios app with upgarde version from 7.1 to 8( and above ) to itunes

我正在開發一個iOS應用。 某個應用已在iOS部署目標iOS7中發布。 我正在向我的應用程序介紹一些支持IOS8的新功能。 因此,要將我的App部署目標更改為IOS8。

所以我是否必須更改baseSDK? 或我必須在應用程序中進行哪些類型的更改。 我想知道它將能夠發布到App Store嗎?

這里有一個鏈接從那里我得到一些想法,但目前尚不清楚。

更改最低部署目標(如您提到的iOS 8到當前版本),更新應用程序版本(如您提到的8.0)和更改構建版本(否則您將在上傳時從構建中獲得類似已存在的消息)。

最終生成用於App Distribution的IPA文件。 使用App Loader或Xcode將.ipa文件移動到iTunes(通過選擇上載到應用程序商店選項)。

在iTunes中,選擇添加版本的選項,如左側所示。現在,填寫應用程序的元數據。 一旦您的構建審核成功完成。 您可以在iTunes的“構建選擇”中看到。

1) Base SDK refers to the newest version of iOS that is capable of running your app. To check which base SDK you are building your app against, simply open your project file in Xcode and check the setting under Build Settings -> Architecture(...)

2) Deployment Target refers to the oldest version of iOS that is capable of running your project. To change your deployment target, open up your project file in Xcode and check the setting under Build Settings -> Deployment(...)

3) The base SDK is what you build your app against (i.e. include and library files and frameworks). It doesn't affect the deployment target, except that base SDK >= Deployment Target.

4) So you just need to change your app Deployment Target and then change your app Version and Build and then upload the app on app store.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM