本文介绍了某些设备上的PlayStore应用仍在显示旧版本,而新版本仍在运行并且可在Play商店中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

某些设备的Play商店应用显示的是我的应用的较旧版本(1.91),而Play商店中有可用的新版本(1.92).当我以编程方式打开Play商店应用以从我的应用的更新按钮(我的Android应用中具有更新按钮)更新我的应用时,Play商店应用显示了打开"按钮,但该按钮上应该有更新"按钮(以便用户可以更新我的应用).

Some device's play store app is showing older version of my app(1.91) while new version(1.92) is available on play store. When I open the play store app programmatically to update my application from update button (which I have in my android app )of my app, play store app shows open button but it should have update button there(so user can update my app).

我应该怎么做才能解决此问题.在Play商店上发布新版本后,我应该取消发布旧版本吗?

What should I do to resolve this problem. Should I unpublish the older version after publishing new version on play store

推荐答案

在这里回答有点晚,但这将帮助其他面临此问题的人.

A little late to answer here, but this will help others who face this issue.

故事:

我一次又一次地看到这种情况发生在我的应用程序上,在某些设备上可以看到新版本并显示新版本,但在其他设备上,Play商店仍在显示旧版本.这是Play商店应用的一些缓存问题.

Time and again I have seen this happen with my apps where the new version is live and visible on some devices, but on others the Play store keeps on displaying older version.This is some caching issue with Play store app.

解决方案:

  1. 解决方案是让用户强制停止Play Store应用并再次打开.
  2. 如果这不起作用,请清除Play商店应用数据/缓存,然后再次打开.
  3. 如果这不起作用,请重新启动设备,然后再次打开应用.
  4. 如果这不起作用,请让您的用户购买iPhone,然后您可以部署iOS应用.

结论:

您应该为这个问题指责谁?谷歌,当然.

Who should you blame for this issue? Google, of course.

您的用户将归咎于谁?你,当然.

Who will your user blame and give a bad rating to? You, of course.

P.S.在得出此结论之前,请确保您的应用版本实际上已在Play商店中发布!您可能还会要求您的用户发送Play商店列表版本的屏幕截图以进行确认.

P.S. Before arriving at this conclusion, make sure your app version is actually live on Play Store! You might also ask your user to send screen shot of play store listing version to confirm it.

这篇关于某些设备上的PlayStore应用仍在显示旧版本,而新版本仍在运行并且可在Play商店中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 00:47