objective c - How to add an rss feed to an iphone app that isn't in xml format -


i trying rss feed iphone app.
following tutorial:
http://cocoadevblog.com/iphone-tutorial-creating-a-rss-feed-reader
, works feed in xml format im trying feed in feed://www.clontarfrugby.com/feed/ , keeps giving me error unable download xml data (error code 1002) have been looking online ways import rss feed thats not in xml format cant find anything. know how change ive done in tutorial can import right feed? or know of tutorials me out?

that xml feed (rss xml).

your issue "feed://" isn't real url, if safari handles it. change "http://" , it'll work fine.


Comments