Coder Social home page Coder Social logo

Comments (7)

GouravShDev avatar GouravShDev commented on May 2, 2024 1

Try incrementing build version code using:

previous_build_number = google_play_track_version_codes(
      package_name: 'package_name', // replace package name here
      track: "internal",
      json_key: "path/to/key",
    )[0]

    current_build_number = previous_build_number + 1

    increment_version_code(
      gradle_file_path: "./app/build.gradle",
      version_code: current_build_number
    )
gradle...

from fastlane.

the-Jinxist avatar the-Jinxist commented on May 2, 2024

This is a bug that I have also faced

Screenshot 2023-11-27 at 19 14 25

Got this error:
Google Api Error: Invalid request - Version code 99 has already been used

from fastlane.

adityaAntino avatar adityaAntino commented on May 2, 2024

@fastlaneTeam @fastlane-bot
I am trying to release an Internal Testing build on Play Console and facing the same issue. I have updated my pubspec.yaml with updated version code. I have hard coded my version_code in fastlane still facing the issue.

Screenshot 2023-11-30 at 9 48 00 PM Screenshot 2023-11-30 at 9 48 13 PM

from fastlane.

AlixH avatar AlixH commented on May 2, 2024

Up. I am setting version code and name using android_set_version_code and android_set_version_name actions and I keep getting refused

from fastlane.

GouravShDev avatar GouravShDev commented on May 2, 2024

Check if you already have an app bundle with the same version number in App Bundle explorer.
https://play.google.com/console/about/app-bundle-explorer/

from fastlane.

AlixH avatar AlixH commented on May 2, 2024

Do you pass these parameters to supply ?

      version_code: get_build_number,
      version_name: get_version_number

Fixed it for me

from fastlane.

Rasul8215 avatar Rasul8215 commented on May 2, 2024

same issue happened.
any solution available?

from fastlane.

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.