Android differences between signed and unsigned .apk files?

前端 未结 2 532
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 07:29

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

I know only one when i integrate in-app purchase i have unsigned .apk its gives me error

相关标签:
2条回答
  • 2020-12-05 08:10

    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.

    0 讨论(0)
  • 2020-12-05 08:26

    the signed apk will contain an extra folder "META-INF", which contains three files:

    1. MANIFEST.MF
    2. CERT.SF
    3. CERT.RSA
    0 讨论(0)
提交回复
热议问题