I would like to build an iPhone Application that can start itself, should the user click on any file of a certain extention within safari.
I'm asking here because this sounds to me like a tall order, and im guessing I may struggle to find an answer. So I am open to alternate suggestions such as perhaps making use of the UIWebView component?
An example scenario is: 1) User installs my app, and in its settings specifies "*.rss" (Any .rss file) 2) User opens Safari, clicks on a file who's extention is .rss 3) My app opens, and does something with the fully qualified NSURL file
Any advice is appreciated, Thank you...