将Android更新发布到市场 - 它们出现多长时间?

nei*_*man 12 android google-play

周二,我将第一个应用程序发布到Android Market.从那时起,我发现了一些我已经修复并上传了新版本的bug.

在Developer Console中,它仍然显示版本号为原始版本(v0.8.0),但上载的最后一个版本不同(v0.9.0).

如果我在手机上查看市场,那么更新甚至都没有显示.

他们展示多久了?

我可以检查上传过程是否有任何错误吗?apk的不同文件名是否重要?

干杯

Rig*_*key 17

摘要:似乎需要一个小时.

来自开发人员发布工具

"您的应用程序已发布.可能需要几个小时 才能在整个Google Play中使用."

通过开发者控制台发布后,如果我搜索Android Market的网络界面,我仍然可以使用旧版本一段时间.应用程序似乎需要一个小时才能通过开发者控制台进行,并在市场中显示更新的版本.

这绝对不是我的瞬间.也许它曾经是.


Dan*_*yer 9

这是瞬间的.你点击"发布"按钮了吗?可以在不实际发布的情况下上传.apk(如果单击"保存"而不是"发布").

  • 我注意到"发布"按钮现在已经消失,只有"保存"和"取消发布". (2认同)

War*_*ith 6

The update occurs immediately. The question is the cache of your market application :)

A reboot or a forced kill of the market app with a task manager should bring the update to your device...

The market checks your versionCode (stored in the manifest) and not the versionName to determine if there is an update.