/MobileDevice-1

Allows communication with iDevices. Fork from mobiledevice.codeplex.com, making use of house arrest service (as opposed to AFC) to transfer files to documents directory.

Primary LanguageC#

MobileDevice

Build status

.NET library to facilitate communication with iDevices. Fork from mobiledevice.codeplex.com, making use of house arrest service (as opposed to AFC like original) to transfer files to an app's documents directory (AFC only exposes app's media directory).

Usage

SingleSync

Command line tool which uses iTunes house arrest service to sync a local directory to an iOS app's sandbox directory.

Example: Copy directory from local to (AppSandbox)/Library/Caches on device

SingleSync.exe -s "C:\temp\Caches" -t "/Library/Caches/" -b "com.ImagineLearning.SomeAppName"

MultiSync

Same concept as SingleSync but it's a GUI tool that will sync the directory to every iDevice visible in iTunes.

License

The original library was licensed under GPLv2, by extension so is this fork.