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

来源:互联网 发布:软件技术优势怎么写 编辑:程序博客网 时间:2024/05/01 13:19


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


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);

0 0