Giter VIP home page Giter VIP logo

Comments (5)

kaibolay avatar kaibolay commented on June 10, 2024 1

So a binary compare is done to determine uniqueness for releases?

We're actually comparing a fingerprint of the CRC-32 checksums for Android APKs and call that "instance identifier". For AABs we simply use the SHA-1 hash of the entire binary.

If two uploads have the same "instance identifier", version, and build number, then no new release is created.

For iOS iOS we only use the UUIDs for the executable(s) (a.k.a. CFBundleExecutable) inside the IPAs to determine the "instance identifier". We exclude things like the "provisioning profile" which allows iOS developers to add additional tester device UDIDs and upload an updated binary without creating a new release.

from fastlane-plugin-firebase_app_distribution.

kaibolay avatar kaibolay commented on June 10, 2024

Hi @eddiecubed !

It appears that the APKs that you are uploading are slightly different. Try comparing the output of unzip -v file.apk for your builds - especially the CRC-32.

You'll probably notice that files like classes*.dex and/or META_INF/{CERT.SF,CERT.RSA,MANIFEST.MF} differ between builds.

P.S.: If you didn't keep a copy of the APKs you can download them from the Firebase console.

from fastlane-plugin-firebase_app_distribution.

kaibolay avatar kaibolay commented on June 10, 2024

FYI: Stackoverflow has some information about reproducible builds.

from fastlane-plugin-firebase_app_distribution.

eddiecubed avatar eddiecubed commented on June 10, 2024

So a binary compare is done to determine uniqueness for releases?

Thank you for the timely response.

from fastlane-plugin-firebase_app_distribution.

codewithtushar avatar codewithtushar commented on June 10, 2024

Same thing happening for me, iOS is working fine

from fastlane-plugin-firebase_app_distribution.

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.