Android: 安装非 Google Play apk 与 Google Play 不同的签名
Android: installing non-Google Play apk with different signature from the Google Play one
我的问题是关于在 Google 上发布应用程序作为演示播放,但它也在网站上分发的情况:
1-有另一个开发者签名
2-没有签名。
我想知道从外部安装 Google Play(情况 1 和 2)时,该应用程序是否会覆盖旧的演示应用程序,前提是用户允许安装非 Google播放应用程序。
with no signature
无法安装未签名的 APK。
if when installing from outside Google Play (case 1 & 2) the app will overwrite the old demo app
不,因为签名不匹配。安装只会失败。
我的问题是关于在 Google 上发布应用程序作为演示播放,但它也在网站上分发的情况:
1-有另一个开发者签名
2-没有签名。
我想知道从外部安装 Google Play(情况 1 和 2)时,该应用程序是否会覆盖旧的演示应用程序,前提是用户允许安装非 Google播放应用程序。
with no signature
无法安装未签名的 APK。
if when installing from outside Google Play (case 1 & 2) the app will overwrite the old demo app
不,因为签名不匹配。安装只会失败。