Search code examples
iosobjective-citunes

Accessing iTunes Top Songs


I am writing an iOS application that alerts the user what the top 10 songs on iTunes are on a monthly basis. What is the best way of accessing the iTunes top songs list? Should I use PHP? Or something else? Thanks!!


Solution

  • Your best bet would probably to use Apple's RSS page to access the content you need. A simple RSS/XML parser for iOS is then enough to do whatever you want with that data.