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!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.