本文介绍了在Android电子市场(Google Play商店)上发布或上传单个apk的更新数量是否有限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我进行了谷歌搜索,并检查了StackOverflow上的所有相关问题,但问题仍然存在:

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

在Android电子市场上发布单个APK的更新数量是否有限制?

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

谢谢.

推荐答案

您每天最多可以上传 15个APK 到Andriod Play商店(包括相同或不同的新应用或更新)应用).要继续上传更多图片,您必须在上一次上传时间戳记的24小时之后返回.

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.

这是您尝试上传第16个APK时看到的内容.

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

最近注意到,不再存在对应用更新的15个apk的限制,但对于新添加的应用,这种限制仍在继续.

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

这篇关于在Android电子市场(Google Play商店)上发布或上传单个apk的更新数量是否有限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 11:53