简体   繁体   English

使用两个不同的ID发布相同的应用程序

[英]Publish the same application with two different ids

I have an app that I want to distribute on Google Play, this app will be uploaded with an X company account, while, I would like to upload it to my developer account to do upload tests. 我有一个要在Google Play上发布的应用,该应用将使用X公司帐户上传,而我想将其上传到我的开发者帐户进行上传测试。 If I change packageName and sign it with another key, then I can upload it with the real credentials and the official keys? 如果我更改packageName并用另一个密钥对其进行签名,那么可以使用真实的凭据和官方密钥上传它吗?

Play store requires each app to have a unique package-name to identify each app individually. Play商店要求每个应用程序都具有唯一的包名称,以分别标识每个应用程序。

You can publish the same app in different account with a different package name and keystore , Package name + signature combo must be unique . 您可以使用不同的程序包名称和keystore在不同的帐户中发布同一应用程序,程序包名称+签名组合必须唯一。

But if you app are using some generated api key based on the package name or SHA , you should use the correct api key accordingly to package or keystore to keep the app working in both account 但是,如果您的应用程序使用基于软件包名称SHA生成的一些api key ,则应相应地对软件包或keystore使用正确的api key ,以使该应用程序在两个帐户中均能正常工作

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

相关问题 一个应用程序中有两个不同的广告单元ID - Two different ad unit IDs in one application 对于同一个Android应用程序,您如何使用两个不同的用户ID? - How do you use two different user IDs for the same Android application? 获取包名称与同一应用程序的不同应用程序ID冲突 - Getting package name conflict with different application ids of the same app 为什么同一个 static 字段在 dalvik 中有两个不同的 id? - How come the same static field has two different ids in dalvik? 将不同的ID分配给同一视图 - Assign different ids to the same view 在同一应用程序中为两个不同的空列表视图设置2个不同的图像 - Set 2 different images for two different empty listview in the same application admob:同一应用程序的不同活动的不同ID - admob: different ids for different activities of same app 发布针对不同手机优化的同一应用程序的两个版本作为更新 - Publishing two versions of the same application, optimized for different handsets, as an update 如何在同一webview应用程序中打开两个不同的URL - How to open two different url in the same webview application 使用Eclipse在同一项目中发布不同的APK? - Publish different APKs with the same project with Eclipse?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM