Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 606
Nayemuzzaman Avatar asked Feb 19 '21 01:02

Nayemuzzaman


People also ask

What is APK and app bundle?

App bundles are publishing format, whereas APK (Android application Package) is the packaging format which eventually will be installed on device. Google uses app bundle to generate and serve optimized APKs for each user's device configuration, so they download only the code and resources they need to run your app.

Is Android App Bundle mandatory?

Android App Bundle requirement for new apps and games After August 2021, all new apps and games will be required to publish with the Android App Bundle format. New apps and games must use Play Asset Delivery or Play Feature Delivery to deliver assets or features that exceed a download size of 150MB.

How do I remove an app bundle from a previous release?

Clicking Remove will remove the app bundle from this release. You can find the app bundle or APK again in your App bundle explorer. In this section, view details about app bundles from your previous release that will not be included in this release. Clicking Include will add the app bundle to this release.

Can I remove all production APKs and Android app bundles?

0 You cannot remove all production APKs and Android App Bundles Hot Network Questions Why is "ugly" in quotations? Economics term for those who benefit even though they didn't contribute

How to release a release without any APKs live?

You can't do a release without any APKs live. You have two choices: reactivate your old APK (Press the "Retain" (Now it is renamed to Include) button by the version 1 APK) upload a new APK I assume you know what you want to do.

What is a release and how do I use it?

With a release, you can manage your app's Android App Bundle (or APK for apps created before August 2021) and then roll out your app to a specific track. Step 1: Create a release


Video Answer


2 Answers

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.

like image 171
user14678216 Avatar answered Sep 18 '22 01:09

user14678216


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.

like image 1
Owlvark Avatar answered Oct 28 '22 12:10

Owlvark