简体   繁体   中英

Access iOS Apps List in iTunes via Win32 COM?

I've been using Python to script Win32 iTunes, and it's been rocky but doable. However, I wanted to move beyond just media (songs, etc.) to analyze what apps were on my devices. Can anyone recommend how to use the iTunes Win32 COM interface to, say, get a list of apps that are currently on the phone?

I thought the app list might be exposed as a playlist, with each app as an IITFileOrCDTrack, but that doesn't seem to be the case. When I look at my phone as a source, it just lists media playlists (books, movies, etc.)

Or, if you can suggest a different way to do this from Python, open to suggestions. I assumed I'd have to use iTunes as my phone is not jailbroken and I don't know any other way to see what's on the phone, but if there is another way, cool. I don't need to add or remove, just want to see what's there.

Thanks for any ideas...

Apple没有提供任何API来实现此目的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM