从生产中删除应用并继续测试 [英] Remove app from production and keep testing

查看:80
本文介绍了从生产中删除应用并继续测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我团队中的某人不小心将应用程序推广到了生产环境.但是,我们正在将该应用程序明确用于测试目的,并且希望它仅对内部测试人员可见.

Someone from my team accidentally promoted app to production. However, we're using that app explicitly for testing purposes, and want it to be visible for internal testers only.

还有其他几个问题问同样的事情,但是没有一个是合法的答案.

There are several other questions asking the same thing, but none of them has legit answer.

此处接受的答案建议创建新应用从生产中删除应用并改用beta测试

Accepted answer here suggests creating new app Remove app from production and use beta testing instead

在这里说它甚至不可能 Android停用生产apk

Here it says it's not even possible Android deactivate production apk

所以,我的问题是-是否可以在保持测试渠道可用的同时从生产中删除应用程序?

So, my question is - is it possible to remove app from production while keeping testing channels available?

推荐答案

否,这不可能.

您可以尝试发布一种解决方法,以生产与任何设备都不兼容的APK,例如maxSdkVersion = 1或minSdkVersion = Z,但Play控制台可能会对这些值进行了一些验证.而且这不会完全取消发布该应用程序:它仍将在Play商店中可见,但至少无法安装.

What you could try to do as a workaround is publish to prod an APK which isnt compatible with any device, e.g. maxSdkVersion=1 or minSdkVersion=Z, but it's possible that Play Console has some validations on these values. And this will not completely unpublish the app: it will still be visible in the Play Store, but it will not be installable at least.

对不起,我知道答案不是很令人满意,但是无法从产品中完全删除应用程序而不将其从其他曲目中删除.

Sorry, I know the answer is not very satisfying, but there is no way to completely remove an app from prod without also removing it from the other tracks.

这篇关于从生产中删除应用并继续测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆