2

Sometimes it is necessary to use my mac to install apps being developed on to other people's iOS devices, meaning that it frequently has new iOS devices plugged in. Whenever I plug in a new device 2 things happen that I would like to avoid:

  1. The Photos app opens, offering an import of their photos. This is obviously a potential privacy issue which I avoid by swiftly quitting the Photos app before it loads (thank goodness it's so slow!)
  2. iTunes starts up (if it wasn't before) and offers the latest version of iOS (currently 8.4.1). This is pretty unuseful for me 2 reasons:
    • I am not going to be updating someone else's device
    • Some of our test devices are purposefully kept some versions behind.

I would like to prevent both of the above, and, if possible, still have wi-fi and USB syncing, but that's not required.

I realise this is a fairly common question, but I feel mine differs because:

I have had this issue for as long as I can remember, but still have it on the latest version of the 10.11 beta.

Joseph Duffy
  • 121
  • 3

1 Answers1

1

The Photos problem could be solved by typing the following into a Terminal defaults write com.apple.Photos shouldAutoLaunch 0 and defaults write com.apple.Photos canAutoLaunch 0

You can stop iTunes from opening by going to System Preferences>Users & Groups>Login Items and remove iTunes Helper from the list.

Steampunkery
  • 143
  • 6