Android - What happens when a signing key expires?
If a signing key expires, do existing apks refuse to install, or does it just mean that new apps can't be signed with that key? We are recommended to use keys that expire in 25+ years, and Google Play mandates expiry of at least 2033-10-22! However, some people may wish to renew their keys far more frequently than that for security reasons (Moore's law, cracked algorthms, etc.). If an apk's key has expired, is there any way of installing it (without relying on the developer to re-release)? James Haigh If a signing key expires, do existing apks refuse to install, or does it just mean that new