user9538861
user9538861

Reputation:

Generate signed APK - Signature version - What to choose?

What to choose - V1 signature or V2? My app is for android 4+. So if I'll use signature version V2, can I install it on phones with android 4+. As I know V2 signature came out after Android 7 and I think that phones above android 7 can't install app, because of V2 signature. So what to choose? Can I choose both and what will be if I'll choose both signature versions? Thank you.

Upvotes: 2

Views: 1926

Answers (1)

Pierre
Pierre

Reputation: 17397

You should sign with both v1 and v2.

The v2 signature will be used on devices Android 7+, and the v1 signature will be used on the other devices. You could technically only sign with v1, but v2 is faster so your app installs faster on devices that support it.

Upvotes: 4

Related Questions