是否可以获取有关应用程序上次更新时间的数据

Is it possible to fetch data about when the app was last updated

在我的应用程序中,我想显示上次从 AppStore 更新的时间。可能吗?谢谢!

像这样:Android app get last date updated

这是给 Android 的。

似乎没有简单的方法来获取此数据:Whosebug。com/questions/39108474/… Andy Ibanez:“iOS 不像 [=13] 那样在其包中保留最后更新时间=] 会。您将需要使用 运行 脚本阶段将其手动写入您的 plist,或者保留一个具有应用程序将检查的最后更新时间的服务器。“