简体   繁体   English

如何更新iPhone应用程序

[英]How to update an iPhone Application

I got an App on AppStore, but since I launched it on the store, I have made some changes. 我在AppStore上有一个App,但是自从在商店中启动它以来,我做了一些更改。 How do I update my App to appstore? 如何将我的App更新到appstore?

Thanks 谢谢

Needless to say, i JUST wan't to rename my Application so that it shows a different name on the Home screen of the user 不用说,我只是不想重命名我的应用程序,以便它在用户的主屏幕上显示不同的名称

Go to itunesconnect.apple.com and login. 转到itunesconnect.apple.com并登录。 Then you go on manage applications and choose your app to update. 然后,您继续管理应用程序并选择要更新的应用程序。 There you can prepare your app to the update with informations etc. 在那里,您可以准备应用程序以使用信息等进行更新。

To Rename the app you have to look in the plist file. 要重命名该应用程序,您必须查看plist文件。 There is a row for the product name. 产品名称有一行。 This is the name that is displayed on the screen. 这是屏幕上显示的名称。

After this. 在这之后。 Archive the App with the distribution provisoning file and submit mit through the organizer. 使用分发授权文件将应用存档,并通过组织者提交mit。

An update is pretty much the same process as the initial release. 更新与初始版本几乎相同。 Make your changes and test on your device. 进行更改并在设备上进行测试。 When you are happy with it, build the release version and use the "Add Version" button in itunesconnect to upload the new version of the app. 如果满意,请构建发行版本,并使用itunesconnect中的“添加版本”按钮上传应用程序的新版本。

In your plist you can change the "Bundle display name" key. 在您的列表中,您可以更改“捆绑包显示名称”键。 If your bundle identifier remains the same this will just change the name of your app in springboard. 如果您的捆绑包标识符保持不变,这只会在跳板中更改应用程序的名称。

App update process is smilier to new release app but you have to remember two major things. 应用更新过程比新发行的应用更轻松,但您必须记住两点。

  • Change the version of your app in plist file 在plist文件中更改应用程序的版本
  • Add a new version of your app in ituneconnect with the same version no you entered into the plist file. 在ituneconnect中添加与您在plist文件中输入的版本相同的新版本的应用程序。

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

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