79206938

Date: 2024-11-20 11:17:19
Score: 1
Natty:
Report link

If you want to get the bundle id of the apps installed in your iPhone which is connected to a Mac OS system, then simply

  1. Open terminal
  2. If you have installed Homebrew, get ideviceinstaller using below command

brew install ideviceinstaller

  1. Connect your iPhone to Mac and run the command

ideviceinstaller -l

This will list all the installed apps on the connected iOS device along with their bundle IDs

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user6502515