All Collections
Google Play Store Deployment Issues
Failed 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 a week 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 happens 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?

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?