-4

我们在 Play Store 上发布了一个应用程序,开发人员给了我们未签名的应用程序。我们如何在没有签名的情况下更新现有的应用程序?是否可以在我们签名后使用未签名的 apk 更新现有应用程序?

4

2 回答 2

1

无法在 Google Play 上发布未签名的 APK。

向您的开发人员索取

1) 源代码,2) KeyStor 文件[.jks 文件] 3) Keystore 密码,4) keyAliase 密码
5) 使用开发者提供的 keyStore 文件生成新的签名 APK 6) 生成新的签名 APK 后,您可以更新现有的 google通过新的 APK 播放应用程序。

于 2016-09-26T12:34:27.040 回答
0

您不能将未签名且未绑定的 APK 上传到 Google 商店。要求您的开发人员向您提供已签名和验证的 APK。或者您可以要求他们提供key给您,以便您可以使用它自己签名和对齐key

https://developer.android.com/studio/publish/app-signing.html https://developer.android.com/studio/command-line/zipalign.html

于 2016-09-26T11:26:31.493 回答