PC与iPhone间的通信方式(草)


还未调查完成,暂时记录找到的东东


http://theiphonewiki.com/wiki/MobileDevice_Library   

https://github.com/ghughes/fruitstrap/blob/master/fruitstrap.c   一些使用API的例子

http://blog.csdn.net/jimmy54/article/details/7489427   iPhone iTunesMobileDevice C++ 接口描述


http://blog.csdn.net/u011740603/article/details/10329527   ios助手开发系列,该文件对应源码下载


 

 

https://code.google.com/p/iphonebrowser/   iPhone browser

 https://code.google.com/p/iphone-backup-browser/  iPhone backup browser


https://code.google.com/p/iphone-backup-browser/

API 

AMDeviceInstallApplication(IntPtr sockInstallProxy, IntPtr cfStrPath, IntPtr opts, CallBack callback, IntPtr unknow);

你可能感兴趣的:(PC与iPhone间的通信方式(草))