Android 是否可以在 google play store 上设置发布日期?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21851035/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is it possible to set a release date on the google play store?
提问by TrtG
On iOS it is possible to choose when you want your app to be visible on the store after it has been validated by Apple. Is this possible with Android and the Google Play Store?
在 iOS 上,您可以选择您的应用程序在 Apple 验证后何时在商店中可见。Android 和 Google Play 商店可以做到这一点吗?
回答by Eric P
This is now possible using timed publishing. It appears to be restricted to updates so it may not work for the initial launch unless the app is published to your alpha or beta channels first.
现在可以使用定时发布。它似乎仅限于更新,因此它可能不适用于首次启动,除非该应用程序首先发布到您的 Alpha 或 Beta 频道。
回答by Jeffrey Klardie
Edit:This is now possible. See Eric P's answer.
编辑:这现在是可能的。请参阅 Eric P 的回答。
No, this is not possible unfortunately. The best you can do is upload the apk and fill in the store listing information. Then, when you want to go live it's just a matter of clicking 'publish'. You can not do this automatically.
不,不幸的是这是不可能的。您能做的最好的事情是上传 apk 并填写商品详情信息。然后,当您想要上线时,只需单击“发布”即可。您不能自动执行此操作。
回答by Jeffrey Klardie
No you can'tsetting up release date on Google Play Store.
不,您无法在 Google Play 商店中设置发布日期。
回答by d1jhoni1b
As mentioned above it is restricted to updates, it does not works for the very first release (unless the app is published to your alpha or beta channels first)
如上所述,它仅限于更新,不适用于第一个版本(除非应用程序首先发布到您的 alpha 或 beta 频道)
With that said you could use Timed Publishingfeature from Google Play Store
.
随着中说,你可以使用定时发布的功能Google Play Store
。
Basically you have to go to the Google Play Console
login, then on your left menu, select Store presence
that will show a page and just scroll down right to the bottom, you will see a Timed publishing
switch, just turn it on, please note that once your update release/APK has been processed and you would like to publish your app scheduled
as a job per se, just look for the Timed publishing
header at the top of any page in your app release dashboard.
基本上你必须去Google Play Console
登录,然后在你的左侧菜单上,选择Store presence
将显示一个页面并向右向下滚动到底部,你会看到一个Timed publishing
开关,只需打开它,请注意一旦你的更新版本/APK已经处理完毕,并且您希望将您的应用程序scheduled
本身作为作业发布,只需Timed publishing
在您的应用程序发布仪表板的任何页面顶部查找标题。
Hope this helps!
希望这可以帮助!