Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Android app rollout to production failed?

My android app is removed from google play store because of the targetSdkVersion policy change. I updated my app to meet the targetSdkVersion. I'm at the end of the rollout to production. When I hit "START ROLLOUT TO PRODUCTION" button and confirm, it says "The rollout of your releases failed. Check the page for validation errors." I don't see any validation error on that page. Any idea what is going wrong? enter image description here

like image 383
gbdcool Avatar asked Sep 27 '18 03:09

gbdcool


People also ask

What is start rollout to production?

Select Start rollout. If you're rolling out your app's first release on production, clicking Start rollout to production will also publish your app to all Google Play users in the countries you selected.

What is Android rollout?

You can release an app update to production and test tracks using a staged rollout. With a staged rollout, your update reaches only a percentage of your users, which you can increase over time. Staged rollouts can only be used for app updates, not when publishing an app for the first time.

How do I get rid of rollout on Google Play console?

To make things a little easier, Google has added a new button to the Developer Console that stops a staged rollout immediately. The button is labeled "Halt staged rollout," and it can be found under the Production tab for each APK.

How long does it take for Android app to be published?

Standard publishing: Updates to existing apps are processed and published as soon as possible. By default, your app will use standard publishing. Certain apps may be subject to extended reviews, which may result in review times of up to 7 days or longer in exceptional cases.


1 Answers

Finally google team found that I haven't selected Primarily Child-Directed option under Pricing & distribution. It was not there earlier. Hence nothing is selected. Now it is a required field. The red error banner is just not clear to know where is error. enter image description here

like image 194
gbdcool Avatar answered Sep 24 '22 06:09

gbdcool