正在从 Play 控制台删除(而非取消发布)Android 个应用
Deleting (NOT Unpublishing) Android App From Play Console
我一直在开发我的第一个应用,但尚未将其提交到 Play 管理中心进行审核,仅进行了内部测试。长话短说,我已将配置了签名密钥的项目文件夹丢弃,现在正尝试将我的应用程序(通过 Git 恢复)重新上传到 Play 控制台。我用新密钥辞去了它,正如预期的那样,这阻止了我将我当前的应用程序作为原始(现在已废弃)应用程序的更新版本上传。如果我尝试将我的应用程序作为新应用程序提交,我会收到错误消息:
You need to use a different package name because "com.example.app" is already used by one of your other applications.
我强烈希望保留这个包名。有没有办法删除现有的草稿应用程序?到目前为止,我发现的唯一解决方法是创建一个新的 Google 帐户并重新开始。感谢任何帮助。
I googled“删除应用程序 google 玩控制台”。
这导致我 this SO post that had this answer which points to this help article 说:
Delete an app or game
You can permanently remove draft apps or games from Play Console. You can also delete:
Published apps or games that haven't been installed on any devices
Published apps or games that no users are entitled to re-install
In these cases, contact our support team to request that your app's or game's data be permanently deleted.
“联系我们的支持团队”导致 this page。
我一直在开发我的第一个应用,但尚未将其提交到 Play 管理中心进行审核,仅进行了内部测试。长话短说,我已将配置了签名密钥的项目文件夹丢弃,现在正尝试将我的应用程序(通过 Git 恢复)重新上传到 Play 控制台。我用新密钥辞去了它,正如预期的那样,这阻止了我将我当前的应用程序作为原始(现在已废弃)应用程序的更新版本上传。如果我尝试将我的应用程序作为新应用程序提交,我会收到错误消息:
You need to use a different package name because "com.example.app" is already used by one of your other applications.
我强烈希望保留这个包名。有没有办法删除现有的草稿应用程序?到目前为止,我发现的唯一解决方法是创建一个新的 Google 帐户并重新开始。感谢任何帮助。
I googled“删除应用程序 google 玩控制台”。 这导致我 this SO post that had this answer which points to this help article 说:
Delete an app or game
You can permanently remove draft apps or games from Play Console. You can also delete:
Published apps or games that haven't been installed on any devices Published apps or games that no users are entitled to re-install
In these cases, contact our support team to request that your app's or game's data be permanently deleted.
“联系我们的支持团队”导致 this page。