Android, Multiple Apps, Multiple Customers, One Keystore [duplicate]

末鹿安然 提交于 2019-12-12 11:09:42

问题


I have 15 android apps to build and host (and update in the future).

Each app has a unique package name.

5 apps will be hosted on one google play account.

the other 10 will be on 10 individual customer accounts.

I dont want a link between the apps, and want to be able to update them seperately in the future.

Question: Can I use 1 Keystore for all? Or will I need a unique keystore for each app? Will this effect the update process in the future? Or do I just need to keep packagename the same to make sure of a successful update?


回答1:


In theory, you can use the same keystore to sign all the applications. In practice, however, it would be good to use individual keystores per developer accounts. The reason being, they belong to different customers and in future, if somebody else have to update the apps (not you), then you will have to either supply the keystore to the customer or update the application by signing with a different keystore. Both of these can be problematic.



来源:https://stackoverflow.com/questions/10514597/android-multiple-apps-multiple-customers-one-keystore

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!