AS - iTunes Doesn't Identify Devices
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
Problem description: My device is connected but iTunes does not identify it.
Windows
- Make sure that iTunes is installed on the PC.. If not, install the latest version of iTunes.
- Open services, and verify that the Apple Mobile Device service is running.
Mac
Open terminal and enter the command
sudo launchctl list | grep com.apple.usbmuxd
If "com.apple.usbmuxd" is returned, the daemon is running.
USB
Try to switch USB cable or USB ports.
Device
- On the device, make sure it trust the machine.
- Restart the Apple Mobile Device service.
- Windows
- Open services.
- Right-click on the Apple service.
- Choose restart from the context menu
- Mac - Open terminal and enter the commands
- Windows
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.usbmuxd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.usbmuxd.plist