Home > Enterprise >  How to hide Documents and Data for iOS app in iPhone Storage
How to hide Documents and Data for iOS app in iPhone Storage

Time:11-02

does anyone know how I can hide the documents and data for my iOS app in iPhone Storage? I see none of the apps in AppStore showing it but somehow my app is showing it to the user. To view this screen, go to Settings > General > iPhone Storage > select the app.

This is my App: This is my iOS App

This is other App: FB app

CodePudding user response:

Remove the key UIFileSharingEnabled from your info.plist file.

  • Related