<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Launching the Browser from within an iPhone application</title>
	<atom:link href="http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thanh Hai</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-61120</link>
		<dc:creator>Thanh Hai</dc:creator>
		<pubDate>Mon, 10 Oct 2011 08:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-61120</guid>
		<description>how to config for app call to other app? 
example : [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@&quot;tel:1-408-555-5555&quot;]];
=&gt;how to app working?
 just only need  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@&quot;tel:1-408-555-5555&quot;]]; the app will be call?
please expalin for me</description>
		<content:encoded><![CDATA[<p>how to config for app call to other app?<br />
example : [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:1-408-555-5555"]];<br />
=&gt;how to app working?<br />
 just only need  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:1-408-555-5555"]]; the app will be call?<br />
please expalin for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhilesh</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-60075</link>
		<dc:creator>nikhilesh</dc:creator>
		<pubDate>Mon, 12 Sep 2011 10:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-60075</guid>
		<description>this really helps me
and it is daam easy 
thanks o(~_^)o</description>
		<content:encoded><![CDATA[<p>this really helps me<br />
and it is daam easy<br />
thanks o(~_^)o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-34375</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Fri, 17 Dec 2010 04:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-34375</guid>
		<description>Jonathan, unfortunately I don&#039;t think what you are after is supported by any published API(s).</description>
		<content:encoded><![CDATA[<p>Jonathan, unfortunately I don&#8217;t think what you are after is supported by any published API(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Rogers</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-34351</link>
		<dc:creator>Jonathan Rogers</dc:creator>
		<pubDate>Thu, 16 Dec 2010 18:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-34351</guid>
		<description>I want  to program an iPhone application that would monitor in real time for the incoming text from the phone number associated with my arduino/GSM Playground. Once the text is received the next step is for the background application to simulate a button press inside the Clifford smart start application and start the vehicle. Is it possible to have this application launch the clifford smart start application and simulate a button press?</description>
		<content:encoded><![CDATA[<p>I want  to program an iPhone application that would monitor in real time for the incoming text from the phone number associated with my arduino/GSM Playground. Once the text is received the next step is for the background application to simulate a button press inside the Clifford smart start application and start the vehicle. Is it possible to have this application launch the clifford smart start application and simulate a button press?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Timm</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-6520</link>
		<dc:creator>Kevin Timm</dc:creator>
		<pubDate>Thu, 12 Nov 2009 07:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-6520</guid>
		<description>So, it&#039;s weird, but when I call that code, it launches the browser with two windows to the same site.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>So, it&#8217;s weird, but when I call that code, it launches the browser with two windows to the same site.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Herman</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-4193</link>
		<dc:creator>Sean Herman</dc:creator>
		<pubDate>Fri, 31 Jul 2009 22:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-4193</guid>
		<description>Where do you put this and how do you call a button to launch it?  Please help.  Thank you!</description>
		<content:encoded><![CDATA[<p>Where do you put this and how do you call a button to launch it?  Please help.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aniruddha</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-288</link>
		<dc:creator>aniruddha</dc:creator>
		<pubDate>Thu, 12 Mar 2009 04:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-288</guid>
		<description>@Rodney

Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>@Rodney</p>
<p>Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Aiglstorfer</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-286</link>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-286</guid>
		<description>@aniruddha You can&#039;t test the SMS function that I am aware of because there is no SMS client in the emulator.  You will have to test on a real device.</description>
		<content:encoded><![CDATA[<p>@aniruddha You can&#8217;t test the SMS function that I am aware of because there is no SMS client in the emulator.  You will have to test on a real device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aniruddha</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-285</link>
		<dc:creator>aniruddha</dc:creator>
		<pubDate>Tue, 10 Mar 2009 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-285</guid>
		<description>hi,

can i test launching sms or calling some number using openURL in iphone simulator?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can i test launching sms or calling some number using openURL in iphone simulator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devesh</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html#comment-189</link>
		<dc:creator>Devesh</dc:creator>
		<pubDate>Sat, 24 Jan 2009 05:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=802#comment-189</guid>
		<description>How can I zoom UIWebView content like I am opening map on UIWebView then how can I zoom it?</description>
		<content:encoded><![CDATA[<p>How can I zoom UIWebView content like I am opening map on UIWebView then how can I zoom it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

