<?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: iPhone Tip: No NSHost</title>
	<atom:link href="http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/</link>
	<description>fill the void</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:42:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Greg</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-13467</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 31 Aug 2011 11:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-13467</guid>
		<description>Thanks bdunagan. I was bouncing around the CF and NS libraries trying to find exactly this and it was giving me a headache. This is very concise and to the point. Thank you!

-G</description>
		<content:encoded><![CDATA[<p>Thanks bdunagan. I was bouncing around the CF and NS libraries trying to find exactly this and it was giving me a headache. This is very concise and to the point. Thank you!</p>
<p>-G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-11026</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Thu, 12 May 2011 08:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-11026</guid>
		<description>@Chris Very nice! Not sure why you get duplicate IPs. Sorry.</description>
		<content:encoded><![CDATA[<p>@Chris Very nice! Not sure why you get duplicate IPs. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-10931</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 08 May 2011 02:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-10931</guid>
		<description>welcome, in fact I also changed addressesForHostname() so that it returns an array of IPv6 and IPv4 addresses, but I still need to improve it.
http://wiki.gonzofamily.com/a/DNS_resolution_with_IPv6_in_Objective_C

Would you know why I have each IP 2 times? I had to add a test to make sur I add them only one time to the Array</description>
		<content:encoded><![CDATA[<p>welcome, in fact I also changed addressesForHostname() so that it returns an array of IPv6 and IPv4 addresses, but I still need to improve it.<br />
<a href="http://wiki.gonzofamily.com/a/DNS_resolution_with_IPv6_in_Objective_C" rel="nofollow">http://wiki.gonzofamily.com/a/DNS_resolution_with_IPv6_in_Objective_C</a></p>
<p>Would you know why I have each IP 2 times? I had to add a test to make sur I add them only one time to the Array</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-10900</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Fri, 06 May 2011 11:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-10900</guid>
		<description>@Chris Excellent! Thanks for the link.</description>
		<content:encoded><![CDATA[<p>@Chris Excellent! Thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-10897</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 06 May 2011 06:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-10897</guid>
		<description>Hi,

I modified the code to retrieve the IP Address, now it can retrieve IPv6 as well.
Hope it helps : http://wiki.gonzofamily.com/a/Retrieve_local_IPv4/IPv6_on_Wifi/Cellular</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I modified the code to retrieve the IP Address, now it can retrieve IPv6 as well.<br />
Hope it helps : <a href="http://wiki.gonzofamily.com/a/Retrieve_local_IPv4/IPv6_on_Wifi/Cellular" rel="nofollow">http://wiki.gonzofamily.com/a/Retrieve_local_IPv4/IPv6_on_Wifi/Cellular</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-9130</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Thu, 24 Feb 2011 12:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-9130</guid>
		<description>@Mikywan Hmm, strange. The first thing I&#039;d try is replacing NULL with a CFStreamError object to see what error it returns. The error should shed some light on the problem.</description>
		<content:encoded><![CDATA[<p>@Mikywan Hmm, strange. The first thing I&#8217;d try is replacing NULL with a CFStreamError object to see what error it returns. The error should shed some light on the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikywan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-9112</link>
		<dc:creator>Mikywan</dc:creator>
		<pubDate>Wed, 23 Feb 2011 14:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-9112</guid>
		<description>First of all, thanks for this sample.

I couldn&#039;t make hostnamesForAddress work, when It gets to  

BOOL isSuccess = CFHostStartInfoResolution(hostRef, kCFHostNames, NULL);

isSuccess is always false.

Any ideas?</description>
		<content:encoded><![CDATA[<p>First of all, thanks for this sample.</p>
<p>I couldn&#8217;t make hostnamesForAddress work, when It gets to  </p>
<p>BOOL isSuccess = CFHostStartInfoResolution(hostRef, kCFHostNames, NULL);</p>
<p>isSuccess is always false.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-5945</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Wed, 18 Aug 2010 02:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-5945</guid>
		<description>@David Great idea! I added a hostnameWithAddress method.</description>
		<content:encoded><![CDATA[<p>@David Great idea! I added a hostnameWithAddress method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-5893</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 11 Aug 2010 22:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-5893</guid>
		<description>Brilliant tutorial, is there an option to do this for the alternative hostWithAddress? That&#039;d be fantastic.</description>
		<content:encoded><![CDATA[<p>Brilliant tutorial, is there an option to do this for the alternative hostWithAddress? That&#8217;d be fantastic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/11/28/iphone-tip-no-nshost/comment-page-1/#comment-5252</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Tue, 18 May 2010 05:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=490#comment-5252</guid>
		<description>@Christian Winter Sorry, no idea how to get the CNAME for a domain.</description>
		<content:encoded><![CDATA[<p>@Christian Winter Sorry, no idea how to get the CNAME for a domain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

