Skip to content

Google Play Store Deployment Issues: Typos fixed, assets added, formatting adjusted #383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mrdavidorok
Copy link
Collaborator

Description

Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.

Linear ticket and magic word Fixes DEVR-939

Type of change

  • Typo fix
  • New feature
  • Enhancement to current docs
  • Removed outdated references
  • Update assets

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@mrdavidorok mrdavidorok marked this pull request as ready for review June 8, 2025 07:51
@github-actions github-actions bot requested a review from PoojaB26 June 8, 2025 07:51
Copy link
Collaborator

@PoojaB26 PoojaB26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only did a review of few files before sending the message on checklist on slack. will review the rest later after you go through the checklist.

@@ -0,0 +1,3 @@
{
"label": "Google Play Store Deployment Issues"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've mentioned this many times, not to add "issues" as a topic name.

This happens when your build is signed using a **debug configuration**, which is not acceptable for release uploads.

This means that your current build is using the **debug** signing config, which is meant for internal testing or development only.
To fix this, you must update your **build.gradle** file and use the **release** signing configuration.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this line to the previous paragraph instead of creating a new para.


Follow the steps below to update your configuration:

- Step 1: Find the debug keyword under buildTypes in android/app/builld.gradle in your project folder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be bullets?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove "step 1..2." too


This error means that the required **flutter_launcher_icons** package is missing or not properly configured.

If the error is caused by fix build error in FlutterFlow then do the following:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"caused by fix build error" what does this mean

![](../../assets/20250430121327988277.gif)


If the error is caused by fix build error in GitHub Deployment then do the following:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

caused by fix build error??


Explanation:

- flutter_launcher_icons: "^0.10.0": Specifies the version of the launcher icons package.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the title before colon (:) should be in bold.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants