欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

获取iPhone上已安装的所有app的bundle ID

程序员文章站 2022-05-14 07:49:38
...

安装libimobiledevice:

brew install --HEAD libimobiledevice

使用ideviceinstaller -l即可查看:

ideviceinstaller -l

如果无法获取,依次执行一下命令:

brew uninstall ideviceinstaller -g
brew uninstall libimobiledevice -g
brew install --HEAD libimobiledevice -g
brew install ideviceinstaller -g
sudo rm -rf /var/db/lockdown/*

然后再使用ideviceinstaller -l即可

效果如下:
获取iPhone上已安装的所有app的bundle ID

相关标签: macos