Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version of signing in export settings Android #2226

Closed
Summersay415 opened this issue Feb 2, 2021 · 5 comments
Closed

Add version of signing in export settings Android #2226

Summersay415 opened this issue Feb 2, 2021 · 5 comments

Comments

@Summersay415
Copy link

Describe the project you are working on

Any Android

Describe the problem or limitation you are having in your project

I can't use new APK signing types (v2, v3, etc)

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Switch from jarsigner tool to apksigner.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Add some export options for Android(version of signing) and switch from jarsigner to apksigner.

If this enhancement will not be used often, can it be worked around with a few lines of script?

It's export function

Is there a reason why this should be core and not an add-on in the asset library?

It's export function

@Summersay415

This comment has been minimized.

@YuriSizov
Copy link
Contributor

I can't use new APK signing types (v2, v3, etc)

Can you elaborate on that?

@Summersay415
Copy link
Author

https://developer.android.com/studio/command-line/apksigner#options-sign where is links on signature schemes

@Summersay415
Copy link
Author

Apk Signer already implemented, I think add version of signing logic.

@Summersay415 Summersay415 changed the title Switch from jarsigner to apksigner Add version of signing in export settings Android Feb 3, 2021
@m4gr3d
Copy link

m4gr3d commented Feb 3, 2021

@Summersay415 Following on @pycbouh's comment, can you elaborate why you can't use some APK signing types? In general new versions are supposed to be backward compatible with older versions, so they all should be usable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants