Skip to content

Flutter - Publishing failed :| Failed to publish emerg_app.ipa to App Store Connect. Google Play failed to upload artefacts. Package not found: #1677

Closed Answered by dtrdic
sharon-atim asked this question in Q&A
Discussion options

You must be logged in to vote

hey Sharon, yes you need to sign your bundle in release mode. In your app/build.gradle file, there is buildTypes block, you can define different build types for your app, such as "debug" and "release." Each build type can have its own configurations, and in your case you need to change signingConfigs to release

    buildTypes {
        release {
            signingConfig signingConfigs.release
        }
    }

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sharon-atim
Comment options

@dtrdic
Comment options

Answer selected by sharon-atim
@sharon-atim
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
flutter Queries Related to Flutter publishing_appstore Queries Related to Publishing
2 participants