Search code examples
iphonecocoa-touchpodcast

Play podcast from within an iPhone application


Is a tutorial or code example available which embeds a podcast from a URL into an application?


Solution

  • If you mean playing just a simple audio file there's plenty of tutorials out there. If you're talking about real podcast (which is a xml file that contains references, details and links to audio files) take a look at NSXMLParser and search google for playing audio iphone.