Frenzapp如何获取其他应用程序的版本?

发布于 2024-12-02 12:18:14 字数 268 浏览 1 评论 0原文

有谁知道 Frenzapp 如何获取其他已安装应用程序的版本

他们可能使用 sysctl 枚举正在运行的进程,为每个进程返回 kinfo_proc 结构。查看 kinfo_proc ,没有版本或文件时间戳或任何可以与版本关联的内容。

所以我想知道他们是如何做到的。有谁知道吗?

以下是应用程序版本的屏幕截图:

这是应用程序版本的屏幕截图

Does anyone know how Frenzapp gets the Version of other installed apps?

They probably use sysctl to enumerate running processes which returns kinfo_proc struct for each process. Looking at kinfo_proc there is no version or file time stamps or anything I can associate with a version.

So I am wondering how they do it. Does anyone know?

Here is the screen shot with the app version:

Here is the screen shot with the app version

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葮薆情 2024-12-09 12:18:14

它不是您设备上当前安装的应用程序版本,而是通过 iTunes API 获取的 App Store 上可用的最新版本。

Erwan(Frenzapp 的创建者)

It is not the version of the app currentlty installed on your device but the latest version available on the App Store, obtained through iTunes API.

Erwan (creator of Frenzapp)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文