How can I access the Documents folder of an iOS application from C #

I want to output a file from Windows (C #) to an iPad and return it later. I do not have a network connection, so I need to do this via a USB cable.

I found Manzana but doesn't seem to support iTunes FileSharing.

Any clues? I searched a lot, but could not find anything useful.

There are some features like "AMDeviceStartHouseArrest", but I don’t know how to use them to get my files.

+3
source share
2 answers

There is a way to do this.

Thanks to a blog from Simon (http://blog.victornet.de/2011/04/10/c-manzana-iphoneipad-hausarrest/) and some letters he finally worked.

Now I use Manzana with an extension from Simon:

MobileDevice.AMDeviceStartHouseArrestService(iPhoneHandle,      
MobileDevice.CFStringMakeConstantString(bundleIdentifier), null, ref hService, 0);

"Housearrest" ( bundleIdentifier) ​​ "/Documents" Manzana. , jailbreaking iDevice. , iDevice .

!

+5

, . ipad, USB. , - (System.IO) , . , , - iOS ( , , -jailbroken-).

0

All Articles