Itunes on Sonoma

cosminnita
New Contributor II

hi all,

anyone found a way to disable/lock itunes or parts of it? especially files transfer.

1 ACCEPTED SOLUTION

AJPinto
Honored Contributor III

According to Apple it works on macOS 10.13 and newer, all you can do is try it and see what it does. If it does what you need, you are good to go, if not its time to move on.

 

allowiTunesFileSharing

If false, the system disables iTunes file sharing services. Available in macOS 10.13 and later.



Restrictions | Apple Developer Documentation

View solution in original post

4 REPLIES 4

AJPinto
Honored Contributor III

iTunes does not exist for macOS Sonoma. The file transfer function was baked in to finder a few years ago. You will need to onboard a DLP tool like ForcePoint or Jamf Protect to limit USB Media access.

cosminnita
New Contributor II

We are looking into that possibility, however also discovered in iMazing there are alot more settings that we can apply to the restrictions profile. Anyone tried the below?

<key>allowiTunesFileSharing</key>
<false/>

AJPinto
Honored Contributor III

According to Apple it works on macOS 10.13 and newer, all you can do is try it and see what it does. If it does what you need, you are good to go, if not its time to move on.

 

allowiTunesFileSharing

If false, the system disables iTunes file sharing services. Available in macOS 10.13 and later.



Restrictions | Apple Developer Documentation

cosminnita
New Contributor II

If anyone else has this issue, I can confirm that if disabling this using a plist, File sharing is hidden in iTunes.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>allowiTunesFileSharing</key>
<false/>
</dict>
</plist>