简体   繁体   English

在Playstore中发布后,如何解除发布我的Android应用程序?

[英]How can I unrelease my android app after releasing in playstore?

I released my app in playstore, but I want to change its current version to a beta version, and unrelease it. 我在Playstore中发布了我的应用程序,但我想将其当前版本更改为Beta版本,然后取消发布。

How can I change the current released version of my app to be in testing phase (beta version)? 如何将我的应用程序的当前发布版本更改为处于测试阶段(测试版)?

You can unpublish it, but it won't get removed from the devices of people who have already installed it. 您可以取消发布它,但是不会从已经安装它的人的设备上将其删除。 Unpublish the production application, Increment the app version code and publish a new beta version. 取消发布生产应用程序,增加应用程序版本代码并发布新的Beta版本。 Later you can either move the beta version to production again or increment the app version code and publish new version to the production. 稍后,您可以将Beta版本再次移至生产环境,也可以增加应用程序版本代码并将新版本发布至生产环境。

To unpublish your app: 1- Go to your Play Console. 取消发布应用程序:1-转到Play控制台。 2- Select an app. 2-选择一个应用程序。 3- Select Store presence > Pricing & distribution. 3-选择商店状态>定价和分配。 4- In the "App Availability" section, select Unpublish. 4-在“应用程序可用性”部分中,选择“取消发布”。 Hope this is help 希望这会有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在我的Android应用中为社区公开使用Facebook,而未在Playstore上发布它 - Public usage of Facebook in my android app for a community without releasing it on playstore 我可以在 Playstore 中更改我的应用的 Playstore URL 吗? - Can I change the playstore URL of my app in playstore? 如何解决我在Playstore中被拒绝的Android应用程序的问题? - How do I solve the problem with my rejected android app in playstore? 从 PlayStore 下载时,我无法登录我的 android 应用程序 - I can't login in my android app when download it from PlayStore 在Playstore上发布Android应用程序的更新 - Releasing updates for android application on playstore 为什么要在发布到 PlayStore 之前对我的 apk 进行签名? - Why should I sign my apk before releasing to PlayStore? 正在审查中不存在应用程序状态,但我无法在 Playstore 中发布我的应用程序 - in review is not there in app status, But I can't publish my app in playstore 发布我的应用程序时,可以将引用保留到android.test.runner吗? - Can I leave the reference to android.test.runner when releasing my app? 如何从Java Android中的Playstore应用中检索所需信息? - How to retrieve required information from my playstore app in java android? 我想在Android中的PlayStore中更新我的应用程序时清除缓存吗? - I want to clear the caches when my app updated in PlayStore in Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM