Google 播放:测试版到正式版
Google Play: Beta release to Production release
我们最近决定在 google 播放时更新 Beta release 的新应用程序,
现在读完指南后,我心里有一些问题,想了解更多,我 googled 为了进一步理解找到了一些答案,但还有一些我不明白的地方不确定所以决定提出这个问题:
- 对于 Beta 版本,是否可以制作一个可供所有 google Play 用户使用的 Beta 版本(作为正常的生产应用程序),或者它是否可供所有人使用?
(因为根据本指南,它让我知道该应用程序将只对一定数量的用户可用。)
Make sure users can join the tests. Your testers will need to have a Google account (@gmail.com) or a G Suite account to join a test.
Run tests internally. Use the internal testing track to push your app to up to 100 internal testers in seconds.
一旦我发布了测试版应用程序并且我决定现在将其投入生产,它会作为不同的应用程序上传还是相同的也将发布到测试版的评论 google 播放应用程序在我的生产应用程序上可见吗?
(没有得到与此相关的任何信息。)
在其中一个点上,它说我的应用程序在测试版中应该有比生产版更高的版本代码,但是如果我在那个版本中有更高的版本呢?即使它可能不是最稳定的版本,也不会是将被下载的应用程序吗? (这个真的让我很困惑)
Check your Android App Bundle version number. For an app on the internal, closed, or open testing tracks to be available to testers, it must have a higher version code than your production version.
- 是否有一个指定的字段,我可以在其中为 Beta 测试人员提供此电子邮件,或者我可以只在应用程序的描述中提供它吗?
Provide a channel for testers to send you feedback. For closed tests, offer testers the ability to provide feedback by email, at a website, in a message forum, or through another suitable mechanism.
Beta 版本只是您应用页面上的不同轨道。
如果您有 public 测试版程序(您需要 select 作为您的类型),用户将在您应用的 Play 商店页面上的某处看到一张 "Join Beta Program" 卡片当他们访问它时。此卡片应显示在 "Developer Contact" 信息下方。
如果用户决定加入 Beta 计划,他们将获得您在其中发布的任何新版本,就像正常更新一样。 Beta 用户不能发表评论!Beta 用户可以给您(开发者)留下私人评论,但除非他们退出 Beta 计划,否则他们无法创建评论或编辑现有评论。
一旦您将 Beta 版本推广到生产环境,您的应用程序的所有用户都可以使用它作为正常更新。 Beta 用户不会收到更新,因为他们已经在使用您推广的版本,也不会被推出 Beta 计划。如果您直接将 APK 上传到正式版,测试版用户也会收到它(他们仍然无法发表评论)。
关于版本号,您不能将另一个 APK 上传到 Play 管理中心,除非它的版本代码比已上传的最新版本代码更高。如果您的生产频道中有版本 7,则无法将版本 7 的新 APK 上传到测试版;它必须是版本 8。
For Beta releases is it possible to make a beta release that is available to all the google play users
您可以将您的应用作为公开测试版发布,任何想要访问的人都可以访问(无需您邀请)。请参阅 https://support.google.com/googleplay/android-developer/answer/3131213?hl=en(特别是第 部分第 1 步:设置测试详细信息 - 打开测试:在 Google Play 上展示您的测试应用)
Once I release a beta application and I decide to now put it for production, will it be uploaded as a different application or the same
同上。无需重新上传 - 您只需更改发布状态即可。
also will the comments that were posted to the beta release google play app be visible on my production app?
测试人员不能在 Google Play 上留下 public 评论。
But if I have a higher version in that release would it not be the application that will be getting downloaded even when it might not be the most stable version?
好吧,那是 point.They 已选择成为您的应用程序的测试人员,因此他们可以获得最新的可用版本。如果他们想恢复到只获得生产版本,他们可以选择退出测试程序。
Is there a designated field where I can provide this email for the beta testers or can I just provide it in the description of the application?
这在我链接到的页面上有解释:在 "Feedback channel," 旁边添加电子邮件地址或 URL 以收集测试人员的反馈。您的应用的反馈渠道将在您的测试员选择加入页面上向用户显示。
当您上传您的应用程序作为 Beta 版本时,加入您的 Beta 测试的用户可以升级到该版本。其他未加入 Beta 测试的用户将看不到您应用的任何更新。
如果您想将 Beta 版制作为正式版,只需点击 Google Play 商店中的 升级为正式版 选项即可。
考虑到您的困惑,当您有一些测试版的 apk(例如版本代码 2)时,您可以将该应用推广为产品,或者您也可以上传另一个 apk 作为产品,但请记住,那应该有更大的版本代码(比如 3)。如果您这样做,那么所有用户都将获得该更新,包括 Beta 测试人员。那将是对同一个应用程序的更新。(我认为你在这里有疑问)希望这有帮助。
我们最近决定在 google 播放时更新 Beta release 的新应用程序,
现在读完指南后,我心里有一些问题,想了解更多,我 googled 为了进一步理解找到了一些答案,但还有一些我不明白的地方不确定所以决定提出这个问题:
- 对于 Beta 版本,是否可以制作一个可供所有 google Play 用户使用的 Beta 版本(作为正常的生产应用程序),或者它是否可供所有人使用? (因为根据本指南,它让我知道该应用程序将只对一定数量的用户可用。)
Make sure users can join the tests. Your testers will need to have a Google account (@gmail.com) or a G Suite account to join a test.
Run tests internally. Use the internal testing track to push your app to up to 100 internal testers in seconds.
一旦我发布了测试版应用程序并且我决定现在将其投入生产,它会作为不同的应用程序上传还是相同的也将发布到测试版的评论 google 播放应用程序在我的生产应用程序上可见吗? (没有得到与此相关的任何信息。)
在其中一个点上,它说我的应用程序在测试版中应该有比生产版更高的版本代码,但是如果我在那个版本中有更高的版本呢?即使它可能不是最稳定的版本,也不会是将被下载的应用程序吗? (这个真的让我很困惑)
Check your Android App Bundle version number. For an app on the internal, closed, or open testing tracks to be available to testers, it must have a higher version code than your production version.
- 是否有一个指定的字段,我可以在其中为 Beta 测试人员提供此电子邮件,或者我可以只在应用程序的描述中提供它吗?
Provide a channel for testers to send you feedback. For closed tests, offer testers the ability to provide feedback by email, at a website, in a message forum, or through another suitable mechanism.
Beta 版本只是您应用页面上的不同轨道。
如果您有 public 测试版程序(您需要 select 作为您的类型),用户将在您应用的 Play 商店页面上的某处看到一张 "Join Beta Program" 卡片当他们访问它时。此卡片应显示在 "Developer Contact" 信息下方。
如果用户决定加入 Beta 计划,他们将获得您在其中发布的任何新版本,就像正常更新一样。 Beta 用户不能发表评论!Beta 用户可以给您(开发者)留下私人评论,但除非他们退出 Beta 计划,否则他们无法创建评论或编辑现有评论。
一旦您将 Beta 版本推广到生产环境,您的应用程序的所有用户都可以使用它作为正常更新。 Beta 用户不会收到更新,因为他们已经在使用您推广的版本,也不会被推出 Beta 计划。如果您直接将 APK 上传到正式版,测试版用户也会收到它(他们仍然无法发表评论)。
关于版本号,您不能将另一个 APK 上传到 Play 管理中心,除非它的版本代码比已上传的最新版本代码更高。如果您的生产频道中有版本 7,则无法将版本 7 的新 APK 上传到测试版;它必须是版本 8。
For Beta releases is it possible to make a beta release that is available to all the google play users
您可以将您的应用作为公开测试版发布,任何想要访问的人都可以访问(无需您邀请)。请参阅 https://support.google.com/googleplay/android-developer/answer/3131213?hl=en(特别是第 部分第 1 步:设置测试详细信息 - 打开测试:在 Google Play 上展示您的测试应用)
Once I release a beta application and I decide to now put it for production, will it be uploaded as a different application or the same
同上。无需重新上传 - 您只需更改发布状态即可。
also will the comments that were posted to the beta release google play app be visible on my production app?
测试人员不能在 Google Play 上留下 public 评论。
But if I have a higher version in that release would it not be the application that will be getting downloaded even when it might not be the most stable version?
好吧,那是 point.They 已选择成为您的应用程序的测试人员,因此他们可以获得最新的可用版本。如果他们想恢复到只获得生产版本,他们可以选择退出测试程序。
Is there a designated field where I can provide this email for the beta testers or can I just provide it in the description of the application?
这在我链接到的页面上有解释:在 "Feedback channel," 旁边添加电子邮件地址或 URL 以收集测试人员的反馈。您的应用的反馈渠道将在您的测试员选择加入页面上向用户显示。
当您上传您的应用程序作为 Beta 版本时,加入您的 Beta 测试的用户可以升级到该版本。其他未加入 Beta 测试的用户将看不到您应用的任何更新。
如果您想将 Beta 版制作为正式版,只需点击 Google Play 商店中的 升级为正式版 选项即可。
考虑到您的困惑,当您有一些测试版的 apk(例如版本代码 2)时,您可以将该应用推广为产品,或者您也可以上传另一个 apk 作为产品,但请记住,那应该有更大的版本代码(比如 3)。如果您这样做,那么所有用户都将获得该更新,包括 Beta 测试人员。那将是对同一个应用程序的更新。(我认为你在这里有疑问)希望这有帮助。