Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

disable iTunes file sharing

I would like to disable iTunes file sharing of my app. I went to info.plist and added an entry UIFileSharingEnabled equal to NO.

When I run the app, and go to iExplorer my apps still has visible Documnets folder Library and so on. What additional steps do I need to perform?

enter image description here

like image 771
potato Avatar asked Sep 17 '15 12:09

potato


People also ask

How do I delete a shared file from my iOS device?

Delete a shared file from your iOS device. Select your device in iTunes. Get help if you can't find it. Select the app from the list in the File Sharing section. Select the file that you want to delete in the Documents list, then press the Delete key on your keyboard. When iTunes asks you to confirm, click Delete.

Why can't I share files on my iPhone?

If you don't see a File Sharing section, your device has no file-sharing apps. In iTunes, select the app from the list in the File Sharing section. Drag and drop files from a folder or window onto the Documents list to copy them to your device.

How do I share my iTunes library?

How to Share My iTunes Library 1 To see a music library, go to Settings > Music. To see a video library, go to Settings > TV > iTunes Videos. 2 Under Home Sharing, tap Sign In. 3 Sign in with your Apple ID. Use the same Apple ID for every computer or device on your Home Sharing network. See More....

How do I share files on my iPhone or iPad?

Click your device in iTunes. Get help if you can't find it. In the left sidebar, click File Sharing. Select an app to see which files are available for sharing in that app on your device. If you don't see a File Sharing section, your device has no file-sharing apps. In iTunes, select the app from the list in the File Sharing section.


1 Answers

You don't have to disable iTunes File Sharing, since it is disabled by default. You're seeing the folders in iExplore since you've probably used XCode to install the app on the device (all apps installed not from the AppStore will still have visible folders). So for all apps installed from the AppStore the folders will be hidden, unless the developer explicitly enables iTunes File Sharing.

like image 194
Vladimir Kofman Avatar answered Oct 23 '22 22:10

Vladimir Kofman