|
|
|
|
|
by vetinari
4075 days ago
|
|
You can use self-signed certificate to sign APKs. Once you publish the signed package, you have to use this same certificate for the package forever. When updating, the system checks, whether the newer APK is signed by the same certificate and refuses update, if the certificate differs. It simply does not matter, whether your cert is vetted by CA or not. So using PKI would not make sense there. The rationale was not forcing the developers to purchase signing certificates in order to publish for the platform. It does not make difference anyway. |
|
At least even MacOS has a App Store + Identified Developers. Though of course, iOS doesn't have that..