Where is iTunes SDK/API documentation?

六眼飞鱼酱① 提交于 2019-12-02 18:12:50

If you are on Windows, you probably are looking for the "iTunes COM for Windows SDK".

Get a free ADC login here if you haven't done so already. Once you have done that, you can go to http://connect.apple.com and log in.

Click on "Developer Tools", and somewhere in the massive list of results is "iTunes COM for Windows SDK". Download that, it's just an ordinary zip file, and somewhere in there is a directory named iTunesCOMWindowsSDK. In that directory, there is a iTunesCOM.chm file that contains all the reference material you need.

If this is the help file you already have, you could consider decompiling the chm file using the hh.exe tool that comes with Windows.

Hogan

It seems the only source for the iTunes COM documentation is now archived on github by https://stackoverflow.com/users/188792/joshkunz

The nice web page is here

http://www.joshkunz.com/iTunesControl/

And the github project is here

https://github.com/Joshkunz/iTunesControl

Solved.. The problem was a Windows Security feature was blocking the compiled help file from opening. I found the solution here:

http://weblog.helpware.net/?p=36

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!