Skip to main content
All CollectionsGoogle Play Store Deployment IssuesFailed Step: Publishing
Google Play failed to upload artefacts. Package not found.
Google Play failed to upload artefacts. Package not found.

How to fix this Codemagic error?

A
Written by Ashley
Updated over 3 months ago

Tip: Not sure which type of error your project has? Check out this article on how to identify your Codemagic error.

What does this error mean?

This issue can result from two scenarios: when it is the first time you are deploying your application to the Play Store, or when you update your app's package name but don't update the config files.

Full Error Message

Google Play failed to upload artefacts. Package not found: com.flutterflow.appname.: {
"error": {
"code": 404,
"message": "Package not found: com.flutterflow.appname.",
"status": "NOT_FOUND"
}
}

How to resolve this issue?

First time project deployment

To resolve this issue for first time project deployme to play sore, you will need to download the AAB that was generated and manually upload it to paystore.This is required for teh initial first time deployment, after that the subsiquest deployment should go on without any disruption or the same error being through

  1. Click on the button marked "AAB" to download the build.

  2. Open your Play Store account under the registered project, and upload it as a release depending on the track you are uploading the build to.

Package Id update

To resolve this issue, please follow the following steps.

  1. You'll need to Regenerate the config files from FlutterFlow. To do this, open your app in FlutterFlow and then click on Settings > Firebase.
    ​

  2. Here, Click on the Regenerate Config Files button, Enter the new package name and then Click on Generate File.
    ​

  3. This issue should now be resolved. You can now re-deploy to confirm that the issue has been fixed.

Issue was not resolved after following the given steps

If you are deploying from FlutterFlow and still getting this error after following all the steps outlined above, then please report this issue to support via Chat or Email at support@flutterflow.io.


​

Did this answer your question?