As part of an iOS application we are trying to make, we would like a very small part of our application to keep running is the background, and save the names of the tracks the iPod is playing, and/or send them to our server.
So basically we want to register an event listener that tells our app when the iPod application plays a track, even if our app is in the background.
Is this possible? I have been digging around in the documentation and haven't found much useful.
Thanks!