Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a limit on how many updates on single apk to publish or upload on Android Market (Google Play Store)?

I did the googling and checked all the relevant questions on StackOverflow but question is still standing:

Is there a limit on how many updateson single apk publish on Android Market?

Thanks.

like image 671
Android Tutorial Avatar asked Jan 06 '16 16:01

Android Tutorial


1 Answers

You can upload a max of 15 apks in a day to the andriod play store (including new apps or updates on same or different apps). To continue uploading more you have to return after 24 hours of the last upload timestamp.

Here is what you'll see when trying to upload the 16th apk.

enter image description here

UPDATE:

Recently noticed that the restriction of 15 apks on app updates is not there anymore but it continues for new app additions.

like image 96
AndroidMechanic - Viral Patel Avatar answered Nov 15 '22 07:11

AndroidMechanic - Viral Patel