简体   繁体   English

如何正确处理App Store的频繁更新?

[英]How to correctly deal with frequent updates to the App Store?

The problem is this: The App Store asks for an "What's new in this version" description. 问题是:App Store要求提供“此版本中的新功能”描述。

If I update my app a few times in succession, I fear current users of my app would only see the last "What's new in this version" note even if they still use the first version. 如果我连续几次更新我的应用程序,我担心我的应用程序的当前用户只会看到最后一个“此版本中的新内容”注释,即使他们仍然使用第一个版本。

How can I make sure every user notices big and important changes even after I submit a smaller bugfix update which does not actually deliver the great new features? 即使在我提交了一个较小的bugfix更新后,我怎么能确保每个用户都注意到重大的重大变化呢?

What's best practice to ensure big feature updates don't get flushed down the tube by minor bugfix updates for users who did not read the big update note? 对于没有阅读大更新注释的用户,通过较小的错误修正更新,确保大功能更新的最佳做法不会被刷新?

In other words: Imagine you are a user. 换句话说:想象一下你是一个用户。 You only update once per month. 您每月只更新一次。 Then this big update arrives and you don't even read the description. 然后这个大的更新到了,你甚至没有阅读说明。 A week later another update arrives for the same app, which only says: "Some minor bug fixes". 一周后,另一个更新到达同一个应用程序,它只说:“一些小错误修复”。 A couple of days later you decide to have a look, and go to the Updates section of the App Store app. 几天后你决定看看,然后转到App Store应用程序的更新部分。 You see there's an update for one of your apps and you tap to read the description. 您会看到其中一个应用的更新,您可以点按以阅读说明。 Is all you see "Some minor bug fixes", or is it "Ten times more features than before. Some minor bug fixes."? 你是否看到“一些小错误修复”,或者它是“比以前多十倍的功能。一些小错误修复。”?

Get it? 得到它? It's really a problem. 这真的是个问题。 A few thousand users keep updating to my new version every day (it was a free app - I didn't get rich). 几千名用户每天都在不断更新我的新版本(这是一个免费的应用程序 - 我没有变得富有)。 After 1 week only 5% of the total user base updated. 1周后,只有5%的用户群更新。 It's not an app you use every day. 它不是你每天都使用的应用程序。 Now I need to release bug fixes but want that every old version user notices the great new feature in the description! 现在我需要发布错误修复,但希望每个旧版本的用户都注意到描述中的新功能!

So must I repeat the "what's new" info of the previous version and append the new additions (ie "bugfixes"), or will the App Store automatically display that previous information as well if the user has a very low version of the app and skips a few updates? 因此,我必须重复以前版本的“新内容”信息并附加新增内容(即“错误修正”),或者如果用户的应用程序版本非常低,App Store也会自动显示以前的信息。跳过一些更新?

After the note on bug fixes, I would say "In addition to Update _ " and then list the major updates. 在关于错误修复的说明之后,我会说“除了更新_ ”,然后列出主要更新。 I've seen it done all over the App Store. 我已经看到它在App Store上完成了。

My personal opinion is that you should do try to do larger, less frequent updates. 我个人的意见是你应该尝试做更大,更不频繁的更新。 The app store will only show the description for the most recent version I believe. 应用程序商店仅显示我认为的最新版本的说明。 Not all that many people read the descriptions of app updates, but it can be a turn off if there is too frequently a new version of an app available for download. 并非所有人都阅读应用程序更新的描述,但如果有太多新版本的应用程序可供下载,则可能会关闭。

If you have to push a quick bug fix, you could put the bug fix at the top of the description and then below it paste your old description. 如果您必须快速修复错误,可以将错误修复放在描述的顶部,然后在下面粘贴您的旧描述。 ie

What's new in version 3.1
--A quick bug fix

As of version 3.0, the app now includes the following features:
-- Old description here

As Devin and Michael have said, the standard procedure is to append your new changes above your old changes. 正如Devin和Michael所说,标准程序是将您的新更改附加到旧更改之上。 If you have a few small updates in succession, there's nothing wrong with stringing together 3 or 4 update messages if they are each small. 如果您连续进行了一些小的更新,那么将3或4个更新消息串起来并没有什么不妥。

For the next couple bug fix releases after any major feature release, I always keep the old update description at the bottom so no one misses the changes. 对于在任何主要功能发布之后的下一对错误修复版本,我始终将旧的更新描述保留在底部,因此没有人错过这些更改。

The update message is yours to do anything you want with, including messages to the users (like thank you's, etc). 您可以使用更新消息执行任何操作,包括向用户发送消息(例如,谢谢您等)。 It doesn't have to be a strict change-log. 它不一定是严格的更改日志。

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

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