0

Is it possible to allow users to preview music from either Last.fm or iTunes from within my app?

Are apple OK with apps streaming preview clips of music in apps?

This is a monotouch app.

w://

1 Answers1

0

This is possible using the Apple iTunes Search API.

  • http://iwayneo.blogspot.com/2010/08/using-restsharp-to-access-itunes-search.html explains how i did it –  Aug 25 '10 at 08:13