itunes

How to get iTunes playlist or entire library into program in Cocoa?

I'm wondering how to get the iTunes library into a mac application using Cocoa? I want the user to be able to choose a song from the iTunes library and then play that song. How would I do this? ...

C# + iTunes COM: iTunes event sometimes gets raised, usually does not.

I'm making a utility that allows me to control iTunes (via the COM library) with hotkeys. The hotkeys work, and control of iTunes, like next and previous track all work. The other part of this utility is to show notifications for when the song changes. Through some reading and experimentation, I found that the right event on the iTunesA...

iPhone/iPad itunes library read access?

Hey guys, I looked thru the documentation a bit but didn't see anything of much substance (but I must not be looking in the right place) What are my options if I want to iterate through a user's itunes library meta data? Let's say I want to build an Array of all their song titles. Is this possible with current public SDK APIs? Dave ...

How can I manage the authorized devices in iTunes account?

Hello I have an iTunes account and I have some computers authorized in this account. and I know that I can authorize up to 5 computers But I want to know how many devices can I authorize? and also how can I see a list of these devices to remove any of them? Also how many devices am I allowed to add to one iTunes account? Please help...

A way for users to select music from their library

Hi, I am looking for a way for users to select music they want played in the background (from their library) while using my application. Not quite sure how I would implement this feature. Thanks. ...

Bundle identifier differs from reserved bundle identifier

I am trying to upload my app on itunes. For that I have created an app id and reserved a bundle identifier. In my project I have changed bundle identifier in info.plist file. But when I am trying to upload my app on itunes it is showing error that "Bundle identifier differs from reserved bundle identifier". I am changing the bundle ident...

Is this a bug with iTunes 9.2 and adhoc build ?

Hi , This can be duplicate one but the previous one is not answered so and for some details I have choosed to create a new one . when previously I was used to create a adhoc ipa with iTunes there was no issues . but now it is giving me the error . and not allowing the adhoc build with iTunes 9.2 .Is this a bug or is there any tweak I n...

Upload music to iPhone/iPod/... directly without iTunes

Hello, is it possible to program a tool that sends music to iPhone/iPod without putting the songs in iTunes? the tool can work with "iTunes SDK" andit is not attended to go against Apple rules the idea is to not "cache" the songs as iTunes in libraryes, just upload it directly to the iPhone/iPod from file server this help if have musi...

Is it possible to install a provisioning profile without iTunes?

Hey, I made an adhoc version of my iPhone app for a beta tester and he installed it on his device and everything was working fine. Yesterday, he got a message saying that the provisioning profile is about to expire in four days. He is on the road and doesn't have his computer with him so he can't sync his device with iTunes. Is there a ...

Process ITunes Playlist with LINQ XML

Im trying to pull tracks from the Itunes playlist which are unchecked in Itunes using LINQ XML for the first time. Tracks which are unchecked have a disabled attribute in the "ITunes Music Library.xml" file which is not present if the track in checked. Tryed using this code and serveral variants of but I either get all the songs or no...

Reading lyrics from itune to make a file.

...

How to rename your app in itunesconnect?

Is there any way to rename you app in itunes connect? ...

How to insert horizontal line in iTunes app description?

I'd like to have something like the html tag: < h r > Can someone tell me how to do this? I've seen other apps do it. Thanks ...

Control iTunes from a cocoa application

I am developing a mac application that involves audio playback. I would like to pause other audio players when our playback starts. how can I 1) detect that itunes is running 2) detect that itunes is currently playing 3) pause itunes 4) resume itunes when I am done also: 5) Is the a way to pause other types of media playback as well? ...

History (updates, price drops) of Apps on the Apple App Store accessible via XML?

In an attempt to build a site that lists Apps from the iTunes App Store, I need to gather the information from the App Store. I have found a way to get the XML that gets rendered by iTunes to create the App Store pages inside iTunes, but I'd like to get more information. I'd like to be able to get an App's history, i.e. price changes, u...

iPhone consumable product is behaving like a non-consumable product (already purchased...)

Our app has a list of locked products that share the same consumable product id (i.e. one consumable product id for many products). Our server provides me with a list of products and the product id associated with them: item name="itemA" iphoneProductId="consumable.test.1" item name="itemB" iphoneProductId="consumable.test.1" item nam...

how to get a song's daily sale data from iTunes

Is it possible to get a song's daily sale from iTunes (is iTunes actually providing this data through an API call)? I'm looking for a way to get the download count of a/any specific song, basically track its download rate through time. (And yes, download may include free and/or purchased songs, doesn't have to be just sales but rather h...

List of applications installed on a iPhone, via the iPhone itself or iTunes

Is it possible to get a list of all installed applications from an iPhone itself? I have read myths of people accessing the internal iTunes data, getting the list of installed apps that way. 1/ A app installed on the iPhone itself and is able to report all installed apps to an external website. 2/ A desktop application that would parse...

Open ITunes software from a ASP.NET application

I have a MP3 file on the server and want to make it easy for a user to add this to their ITunes library on a click of a button, so that they can add it to their Ipod. Is this requirement reasonable and possible? ...

How does the App Store website know if iTunes is installed?

Hi, As a user, I really love how the Apple App Store website on a browser can tell if I have iTunes installed or not and can act accordingly. For example, if I go to an App's page like "Remember the Milk": http://itunes.apple.com/app/remember-the-milk/id293561396?mt=8 and then click on the "View in iTunes" button, If I have iTunes i...