ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

UIFileSharingEnabled and PYSearchhistories.plist Apple can reject the app? #173

Open deshan opened 6 years ago

deshan commented 6 years ago

Does anyone used UIFileSharingEnabled = true in your apps?

PYSearchhistories.plist automatically stored in Documents directory. Once UIFileSharingEnabled set to true this file visible in itunes file sharing options.

Any thing related in this https://developer.apple.com/icloud/documentation/data-storage/index.html affect here?

Thanks