Can Cydia applications use the UIFileSharingEnabled parameter?

Conventional App Store iOS apps can share files with computers via iTunes by including UIFileSharingEnabled in their Info.plist. Shared files are placed and / or extracted from the Documents directory for the application. Jailbreak / Cydia applications, which are system applications, do not have such a directory - so I assume that they cannot use this function to exchange files with a computer? (Obviously jailbreak devices have more options for file sharing, such as ssh.)

EDIT: just to be clear, I'm talking about system applications, not regular applications that, for some reason, are sent to Cydia.

+4
source share
1 answer

Yes. Cydia applications can be created using all the functions as a regular application if you use X-Code

0
source

Source: https://habr.com/ru/post/1500231/


All Articles