You've already submitted this version of the app.

Every time I run the command eas submit, I get the above error. Then I go to my app.json, I bump the version from 1.2.0 to 2.0.0. I also change the android.versionCode key from 410010300 to 410020400. Then I build the app with eas build --platform android. After that I run again eas submit. No luck, I’m greeted with the same above error.

  Expo CLI 4.7.2 environment info:
    System:
      OS: macOS 11.5
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 12.22.1 - ~/.nvm/versions/node/v12.22.1/bin/node
      Yarn: 1.22.10 - ~/.nvm/versions/node/v12.22.1/bin/yarn
      npm: 6.14.12 - ~/.nvm/versions/node/v12.22.1/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.1 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
    IDEs:
      Android Studio: 4.1 AI-201.8743.12.41.7042882
      Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
    npmPackages:
      expo: ~41.0.1 => 41.0.1 
      react: 16.13.1 => 16.13.1 
      react-dom: 16.13.1 => 16.13.1 
      react-native: https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz => 0.63.2 
      react-native-web: ~0.13.12 => 0.13.18 
    npmGlobalPackages:
      expo-cli: 4.7.2
    Expo Workflow: managed

I found my problem: I had app.json and app.config.js in my app. In the later file, I was not properly merging the config parameter from app.json (which contains android.versionCode) passed to me

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.