mobileDeviceManager icon indicating copy to clipboard operation
mobileDeviceManager copied to clipboard

Manage iOS devices through iTunes lib

Results 2 mobileDeviceManager issues
Sort by recently updated
recently updated
newest added

Thank you for your git. I try to get root directory on my jailbroken device, but it only show content like AFCCrashLogDirectory. My code here: ``` AFCRootDirectory *rootDirectory = [device...

Hi, I am trying to use mobileDeviceManger to get contacts from ios, For this I used @implementation AMMobileSync - (id)initWithAMDevice:(AMDevice*)device { if (self = [super initWithName:@"com.apple.mobilesync" onDevice:device]) { // wait...