I want to create an application that will let users get new music from the itunes store, and do it through my interface. Is it possible to do that through the exposed API?
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.
You can not instruct iTunes to buy something, buying is only possible via the iTunes interface.
You can, however, create links to iTunes content using iTunes Link Maker, and then open the according iTunes item via
-[UIApplication openURL:].The links you can create via iTunes Link Maker refer to one specific iTunes item only, and can not be constructed on the device, so you would either have to hard-code the links, or (which i would prefer) get the links from a web service, via which you control what is displayed in the app.