This release does not add or remove any APKs or App Bundles

Viewed 10485

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.

6 Answers

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.

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.

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.

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.

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

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.

Related