Android 的 JKS 文件信息发布在 Google Play 商店或 public
JKS file information for Android is published on Google Play Store or public
我要为 Android 版本创建 .apk 或 .aab 文件。
我刚刚为发布创建了 JKS 文件。而且我必须输入一些我自己的信息。例如,
first and last name
the name of your organizational unit
the name of your organization
...
我担心此信息发布在 Google Play 商店或 public。
该信息仅用于创建密钥,不会公开。您还应该将密钥保密,因为它会在您尝试更新您的应用程序时用来识别您的身份。
我要为 Android 版本创建 .apk 或 .aab 文件。 我刚刚为发布创建了 JKS 文件。而且我必须输入一些我自己的信息。例如,
first and last name
the name of your organizational unit
the name of your organization
...
我担心此信息发布在 Google Play 商店或 public。
该信息仅用于创建密钥,不会公开。您还应该将密钥保密,因为它会在您尝试更新您的应用程序时用来识别您的身份。