已签名和未签名的 .apk 文件之间的 Android 区别?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10280278/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 03:08:26  来源:igfitidea点击:

Android differences between signed and unsigned .apk files?

android

提问by Samir Mangroliya

How many difference between signed and unsigned .apk files in android?

android中签名和未签名的.apk文件有多少区别?

I know only one when i integrate in-app purchase i have unsigned .apk its gives me error Item version is not same as...

当我集成应用内购买时,我只知道一个我有未签名的 .apk 它给了我错误 Item version is not same as...

and also we cant install unsigned .apk file in android device...

而且我们也无法在 android 设备中安装未签名的 .apk 文件...

is there any other Diffrences ?

还有其他不同之处吗?

回答by thanhbinh84

If you send unsigned apk to customer, they have to enable Unknown sources to be able to install the app. Also Google Play Console doesn't accept unsigned one.

如果您将未签名的 apk 发送给客户,他们必须启用未知来源才能安装该应用程序。此外,Google Play Console 不接受未签名的。

enter image description here

在此处输入图片说明