Android 更新我的 google play“最新消息”部分

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20276478/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 02:34:02  来源:igfitidea点击:

Updating my google play "What's new" section

androidchangelog

提问by Russ Wheeler

I am about to release an update for my companies android app. The previous guy who wrote the app has now left, and I was just wondering how I change what appears in the What's New section in google play.

我即将发布我公司 android 应用程序的更新。之前编写该应用程序的人现在已经离开了,我只是想知道如何更改 google play 的“新功能”部分中显示的内容。

I can't find any guides anywhere!? I read somewhere it's to do with a changelog?? But is that something I should've compiled within the apk? Is it something I should upload separately to the developer console?

我在任何地方都找不到任何指南!?我在某处读到这与更改日志有关??但这是我应该在 apk 中编译的东西吗?我应该单独上传到开发者控制台吗?

Thanks

谢谢

采纳答案by Szymon

In your application store listing there's a section "Recent Changes". This is just a text box where you can put your text (up to 500 characters). You don't need to have anything built into your app.

在您的应用程序商店列表中有一个“最近更改”部分。这只是一个文本框,您可以在其中放置文本(最多 500 个字符)。你不需要在你的应用程序中内置任何东西。

If your listing is translated into different languages, you should update that section for each language separately.

如果您的列表被翻译成不同的语言,您应该针对每种语言分别更新该部分。

回答by mm2001

As of early May 2017, the release process has been in constant flux. The currentway of modifying release notes of an app that you've already released, is to:

截至 2017 年 5 月上旬,发布过程一直在不断变化。在当前修改应用程序,你已经公布的发行说明的方法,就是:

  • Choose your app
  • click the Release Managementdropdown from the left menu
  • click App Releases
  • click Manage Production
  • 选择您的应用
  • 单击左侧菜单中的Release Management下拉菜单
  • 点击应用发布
  • 点击管理生产

On the resulting page, tap the small (i) (info) icon next to your APK, as also shown in this screenshot, and you'll find the notes at the bottom of the dialog that pops up, along with an Edit button.

在结果页面上,点击 APK 旁边的小 (i)(信息)图标,如此屏幕截图所示,您将在弹出的对话框底部找到注释,以及一个编辑按钮。

If you don't see the circled "?", it might be pushed off too far right and clipped by the browser. It changed a couple of days after I took this screenshot.

如果您没有看到带圆圈的“?”,它可能被推得太远并被浏览器剪掉了。在我截取此屏幕截图后几天,它发生了变化。

Modify APK "What's New" (release notes)

修改APK“What's New”(发行说明)

回答by Ahamadullah Saikat

In what's new section you must have to write text in between

在什么是新的部分,你必须在两者之间写下文字

What's New:

什么是新的:

<en-US>
Write text here
</en-US>

回答by Warwick Allison

You now need to go to the APK section and click on the relevant build. From there you can edit the "What's New in this version" text.

您现在需要转到 APK 部分并单击相关构建。从那里您可以编辑“此版本中的新增功能”文本。

回答by Arnold Brown

The current way of modifying release notes of an app that you've already released, is to:

当前修改您已发布的应用程序的发行说明的方法是:

Choose your app

选择您的应用

Click the Release Management dropdown from the left menu

单击左侧菜单中的 Release Management 下拉菜单

Click App Releases

点击应用发布

Click Manage Production

点击管理生产

Click 'Edit release notes'

单击“编辑发行说明”

Now you can modify your "WHAT'S NEW"

现在你可以修改你的“什么是新的”

回答by vikas kumar

Just follow the steps as follows:

只需按照以下步骤操作:

-> Dashboard

->仪表板

-> Release management

->发布管理

-> App releases

->应用发布

-> click on Managefor the channel(production,alpha,beta,internal)

-> 单击频道的管理(生产、alpha、beta、内部)

-> in new page look for what's new in this releasesection click Add release notesit to add details.

-> 在新页面中查找此版本部分中的新内容,单击Add release notes它以添加详细信息。

Here are some assets added for the same:

以下是为此添加的一些资产:

enter image description here

在此处输入图片说明

enter image description here

在此处输入图片说明