I'm developing an app that creates podcasts, and I am trying to automatically import them into iTunes. I have tried setting the metadata in the file itself (artist, album, etc), but doing so doesn't seem to work right in the iOS podcasts app. I think that the solution is to create an RSS feed, and let iTunes automatically handle the tagging. However, when I create a feed xml file, and try to import it to itunes, it does not recognize the file.I am going to iTunes->Advanced->Subscribe to Podcast, and I enter my file as "file:///Users/myname/path/to/my/file.xml" However, tt says that this is not a valid podcast URL. I have also tried downloading XML feeds that I know to be valid, and subscribing to them with this method with the same result. Is there any way to import podcasts using a local xml file?