This release does not add or remove any APKs or App Bundles
Asked Answered
C

8

28

In google play console app publish problem. First time that i'm using google play for publish my app. Also shows app status: production, update status: in review. But not find at google play. Now should i do ?

First time that i'm using google play for publish my app. Also shows app status: production, update status: in review. Now should i do ?

app status: production, update status: in review.

Carven answered 19/2, 2021 at 1:25 Comment(5)
Any update on your question?Hydrops
I can't fix this issue, so that i re-upload my app. And this okCarven
Yes i did same thanks,Hydrops
For the correct version update go to this other question #53571075Sprang
you shouldn't ask this question. google want to keep it unansweredCounterspy
S
8

step 1:

scroll down to release notes: .then add release as highlighted

enter image description here

step2:

add from library or upload a new one: enter image description here

now continue publishing your release.

Soriano answered 12/8, 2022 at 1:35 Comment(1)
Sorted, thanks. Google are adding new complexities when releasing an appTempietempla
G
1

When I got this error I had previously deleted ("Discard release") an .apk that had been rejected for having errors. I then tried to replace it with an uploaded .apk with the same build number.

The solution was to increase the build number (versionCode). Note that the version (versionName) can stay the same.

Glimp answered 25/4, 2022 at 23:29 Comment(2)
Which file should these changes go into?Tussle
Probably build.gradle? See this answerGlimp
B
0

It says that the app is in review. Once review will be complete it will say Reviewed. Then you will be able to find it on Google Play.

Burnt answered 19/2, 2021 at 11:24 Comment(0)
E
0

I also received this error. First of all, I correctly set the time (my computer was not on time). Then, I built another version of the bundle and voila, no more error.

Eppes answered 26/10, 2021 at 11:33 Comment(1)
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. To get notified when this question gets new answers, you can follow this question. Once you have enough reputation, you can also add a bounty to draw more attention to this question. - From ReviewLutestring
G
0

When I encountered this issue ,I found out I was not Entering Notes for App Bundle in Console.

Gainsborough answered 26/4, 2022 at 11:52 Comment(0)
R
0

I uploaded the .aab first in production. Then I wanted to test the app and it gives an error. First you need to upload the app in test, then its works.

Reitareiter answered 20/5, 2022 at 7:37 Comment(1)
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.Stricklin
L
0

look into android/app/buildgradle be sure this line is release like this

buildTypes {
        release {
            // Signing with the debug keys for now, so `flutter run --release` works.
            signingConfig signingConfigs.release
Linolinocut answered 19/12, 2022 at 16:55 Comment(0)
O
0

If you are using expo react native then you need to add

"versionCode": 1.1,

into

"android": {
"adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#FFFFFF"        
      },
      "versionCode": 1.1,
      "package": "com.ijazalise.physicsolevel"
    },
Outcry answered 29/12, 2022 at 2:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.