Git Product home page Git Product logo

Comments (2)

patrickfav avatar patrickfav commented on May 27, 2024

As this tool uses Google's apksigner in the background, it will automatically sign it with the most recent signing schema depening on your min and targetSdk - there is nothing to config. In fact you can check in the log which signing schema will be used, eg.:

$java -jar uber-apk-signer.jar --apks ./apks --out ./apks/out
source:
        \apks
zipalign location: BUILT_IN
       \uapksigner-13173104096321266666\win-zipalign_28_0_3.exe7233073341371016959.tmp
keystore:
        [0] a26cea6d \.android\debug.keystore (DEBUG_ANDROID_FOLDER)

01. app.apk

        SIGN
        file: \apks\app.apk (4.23 MiB)
        checksum: 120de73fb25d292c13adb2e2b881342996d2acdd91c793db148458275db1a368 (sha256)
        - zipalign success
        - sign success

        VERIFY
        file: \apks\out\app-aligned-debugSigned.apk (4.55 MiB)
        checksum: b3a13c35fbc1a482a33ecf31a9df2889009ab41524e3d515512b1d807940888a (sha256)
        - zipalign verified
        - signature verified [v1, v2]
                Subject: CN=Android Debug, O=Android, C=US
                SHA256: 3846a6d4d8b74c6c61b16868d8e3cfe3871021b1c75e3fdf5110b23dfbd8d9f7/ SHA256withRSA
                Expires: Mon Nov 18 18:00:00 CEST 2031

[Thu Oct 25 09:55:54 CEST 2018][v1.0.0]
Successfully processed 1 APKs and 0 errors in 2.94 seconds.

-> in the verify step it will show either - signature verified [v1, v2] or - signature verified [v1]

from uber-apk-signer.

subsoap avatar subsoap commented on May 27, 2024

@patrickfav Big thank you for the info! Got a test apk signed and uploaded to Google Play thanks to you!

from uber-apk-signer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.