How to find the app downloaded date in appstore? [closed]

天大地大妈咪最大 提交于 2019-12-11 10:36:59

问题


I want to know the downloaded date for particular app from appstore?. Is it possible?


回答1:


There is no direct way.

However you can do by saving the first download date in keychain, or some other file and whenever you want to know retrieve it back.

EDIT:

And all the keychains are stored in your device even after removing the app. Consider you removed the app and again downloaded it, your keychain will be intact with the very-first date and time.



来源:https://stackoverflow.com/questions/13602125/how-to-find-the-app-downloaded-date-in-appstore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!