如何向现有 Google Play 帐户添加第二个不同的应用程序?

How to add a second different app to existing Google Play account?

我已成功设置 Google play account 并创建了一个当前处于活动状态的应用程序。

我很好奇如何向帐户添加第二个不同的应用程序,以便我可以同时激活两个应用程序?有什么特殊设置吗?

在 Google 播放中 - 我看到一个按钮 + 添加新应用程序 - 就这么简单还是还有更多工作要做?

密钥库怎么样 - 我可以使用与第一个应用程序相同的密钥库吗?还是我需要做其他事情?

是的。就是这么简单...只需单击 "add new app" 并上传一个新的 Apk 到 Google Play。您的新 apk 必须具有不同的 applicationId。 Google Play 将请求为您的新应用创建完整的商品详情。

您可以使用相同的密钥库.. 根据:

http://developer.android.com/tools/publishing/app-signing.html

//Signing Considerations
//You should sign all of your apps with the same certificate throughout the expected lifespan of your applications.

Is there any special settings?

不,您不需要像以前的应用程序那样进行特殊设置。

In Google Play - I see a button + Add New App - is it that simple or is there more to do?

没有与以前的应用程序相同的额外工作。

What about the keystore - can I use the same one as the first app or do I need to do something else?

是的,您可以为多个应用程序使用相同的密钥库。即使每个应用程序都有相同的密钥存储也是个好主意。 只需检查密钥库过期日期。


额外工作:只有当您的应用程序支持新事物时,之前的应用程序才支持 android wear,android Tv,应用程序内购买,在这些情况下应用程序是游戏,您必须根据您的应用程序要求做一些额外的工作。

Google Play Help Center 上的所有帮助,所以它并不难!