简体   繁体   中英

App rejected due to file selection

Apple rejects my app and I got this response from the developers.

Guideline 2.5.15 - Performance - Software Requirements

We noticed that your app enables users to view and select files, but it still does not include functionality to allow users to view or select items from the Files app and the user's iCloud documents, as required by the App Store Review Guidelines.

Next Steps

Please revise your app to allow users to view and select items from the Files app and the user's iCloud documents.

You have to set a setting to allow other apps to edit files like it says :

To give other apps access to the files in your Documents directory, just set the proper keys in your app's Info.plist file. You can either set the UISupportsDocumentBrowser key (for document browser-based apps), or set both the UIFileSharingEnabled and LSSupportsOpeningDocumentsInPlace keys.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM