如何从 Play 商店中删除应用程序?

How to remove an app from the Play store?(如何从 Play 商店中删除应用程序?)
本文介绍了如何从 Play 商店中删除应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些测试应用,我从未打算通过 这个网站.我需要删除它们并改用新的,因为我也忘记了将测试应用程序的签名密钥放在哪里.

I have some test apps that I never intend to publish to the official Play store (aka Android Market), via this website. I need to remove them and use new ones instead, as I've also forgotten where I've put the signing key of the test apps.

那么,如何从帐户中删除旧的测试应用程序?

So, how do I remove the old test apps from the account?

我只是不明白他们为什么会有这种严格的行为.他们说,如果找不到密钥,应用程序就会成为孤儿.如果应用程序被删除,他们为什么不能只检查服务器并通知用户该应用程序不会获得任何更新,并通过同一发布者为他提供该应用程序的替代方案.

I just can't understand why they have this strict behavior. They said that if the key is not found, the app becomes an orphan. Why couldn't they just check in the server if the app was deleted and notify the user that the app won't get any updates, and give him an alternative for the app via the same publisher.

例如:亲爱的 App1 用户,此应用已被发布者从市场上移除,这是发布者可能替换 App1 的其他应用(或:这是发布者打算替换 App1 的 App2")".

For example: "Dear user of App1, this app was removed from the market by the publisher, here're other apps by the publisher that might replace App1 (or: "here's App2 which the publisher intended to replace App1")".

说到测试应用,有没有办法将应用小规模发布,这样只有特定帐户才能从市场上下载应用?

Speaking of test apps, is there a way to do small publishing of the app, so that only specific accounts will be able to download the app from the market?

推荐答案

正如 gtumca-MAC 所说,取消发布您的应用程序,它将被删除.

as gtumca-MAC said, unpublish your app and it will be removed.

如果您的应用仅供测试人员使用,请尝试 hockeyapp.它是一个发布测试版的完整平台,并具有许多其他功能.

For For publishing your app for testers only, try hockeyapp. It is a complete platform for publishing betas and has lot of other features as well.

这篇关于如何从 Play 商店中删除应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)