将 android 个应用提交到 Play 商店以供批准,尚未 public
Submit android app to play store for approval and not make it public yet
我有一个很简单的问题,但我找不到答案。
我制作了一个 Android 应用,我想检查 Google 是否会在 Play 商店接受,但我还没有准备好发布它。如果 google 会产生问题,我现在想知道,然后再进一步。有什么方法可以发送它以供批准,然后在以后发布吗?
我知道我可以进行 Alpha 和 Beta 测试,但我不知道这是否意味着 Google 会批准该应用程序进入商店。
谢谢!
PlayStore 没有像 Apple 的 AppStore 那样的 "approval" 阶段,当您首次启动您的应用程序时,它需要大约六个小时来处理并显示给所有 PlayStore 用户。
您可以在您的工件库中上传您的工件 (APK),上传完成后,Google Play 控制台会告诉您您的 APK 是否可以发布。但是,一旦上传了工件,就无法将其删除(至少我不知道如何删除)。重要的是 不要 推出您的 APK,以免它被列为 Play 商店中的应用。
由于 google 播放中没有发布 "sign off",因此将应用发布到 alpha 或 beta 将触发整个过程。您将获得恶意软件扫描以及启动前报告,以告知您无法正常工作的内容。
我所知道的就没有了。
编辑:该功能似乎已重命名 Managed publishing。
有一项名为 Timed publishing 的功能可能会有所帮助。
How does timed publishing work?
When you select timed publishing, your
update needs to be processed before it can go live. Processing takes
up to a few hours.
When your update is processed, you'll see a Go live button. When you
select Go live, you'll make the update available on Google Play within
a few minutes.
我有一个很简单的问题,但我找不到答案。
我制作了一个 Android 应用,我想检查 Google 是否会在 Play 商店接受,但我还没有准备好发布它。如果 google 会产生问题,我现在想知道,然后再进一步。有什么方法可以发送它以供批准,然后在以后发布吗?
我知道我可以进行 Alpha 和 Beta 测试,但我不知道这是否意味着 Google 会批准该应用程序进入商店。
谢谢!
PlayStore 没有像 Apple 的 AppStore 那样的 "approval" 阶段,当您首次启动您的应用程序时,它需要大约六个小时来处理并显示给所有 PlayStore 用户。
您可以在您的工件库中上传您的工件 (APK),上传完成后,Google Play 控制台会告诉您您的 APK 是否可以发布。但是,一旦上传了工件,就无法将其删除(至少我不知道如何删除)。重要的是 不要 推出您的 APK,以免它被列为 Play 商店中的应用。
由于 google 播放中没有发布 "sign off",因此将应用发布到 alpha 或 beta 将触发整个过程。您将获得恶意软件扫描以及启动前报告,以告知您无法正常工作的内容。
我所知道的就没有了。
编辑:该功能似乎已重命名 Managed publishing。
有一项名为 Timed publishing 的功能可能会有所帮助。
How does timed publishing work?
When you select timed publishing, your update needs to be processed before it can go live. Processing takes up to a few hours.
When your update is processed, you'll see a Go live button. When you select Go live, you'll make the update available on Google Play within a few minutes.