<?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: Detecting when Bluetooth is disabled with GKSession</title>
	<atom:link href="http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/feed/" rel="self" type="application/rss+xml" />
	<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/</link>
	<description>My journey into iPhone development</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:18:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bala</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-868</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Mon, 06 Feb 2012 06:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-868</guid>
		<description>this is correct</description>
		<content:encoded><![CDATA[<p>this is correct</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GKSession &#8211; what if I have Bluetooth and Wi-Fi turned off?</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-867</link>
		<dc:creator>GKSession &#8211; what if I have Bluetooth and Wi-Fi turned off?</dc:creator>
		<pubDate>Tue, 04 Oct 2011 05:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-867</guid>
		<description>[...] Carpe Cocoa claims no problem, just use the Delegate&#8217;s session:didFailWithError: method. But, as it explains in the comments&#8230; that doesn&#8217;t seem to work anymore! And in my experience, I concur. [...]</description>
		<content:encoded><![CDATA[<p>[...] Carpe Cocoa claims no problem, just use the Delegate&#8217;s session:didFailWithError: method. But, as it explains in the comments&#8230; that doesn&#8217;t seem to work anymore! And in my experience, I concur. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-863</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 30 Jul 2011 23:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-863</guid>
		<description>Thanks so much for this information! I was so glad to see this information, epically with all of the comments with the extra help!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this information! I was so glad to see this information, epically with all of the comments with the extra help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhon trat</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-858</link>
		<dc:creator>Jhon trat</dc:creator>
		<pubDate>Wed, 09 Mar 2011 10:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-858</guid>
		<description>Wonderful topic about detection when bluetooth is disable. There is no way to get at this behavior alone, you have to use the whole Apple-provided GKPeerPickerController UI. Thanks!</description>
		<content:encoded><![CDATA[<p>Wonderful topic about detection when bluetooth is disable. There is no way to get at this behavior alone, you have to use the whole Apple-provided GKPeerPickerController UI. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siegfried</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-849</link>
		<dc:creator>siegfried</dc:creator>
		<pubDate>Mon, 02 Aug 2010 15:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-849</guid>
		<description>Hello!
is there any way that i could check incoming connection type (if it&#039;s over wifi/bluetooth) ? Thing is that I would perfer users connecting over bluetooth with wifi turned off.

Another question - if you select NEAR connection mode in GKPeerPicker, will it work over bluetooth OR wifi (if bluetooth is disabled)?

King Regards!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
is there any way that i could check incoming connection type (if it&#8217;s over wifi/bluetooth) ? Thing is that I would perfer users connecting over bluetooth with wifi turned off.</p>
<p>Another question &#8211; if you select NEAR connection mode in GKPeerPicker, will it work over bluetooth OR wifi (if bluetooth is disabled)?</p>
<p>King Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-839</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-839</guid>
		<description>Yeah, even if both Bluetooth and WiFi are off, and the device has Airplane mode enabled, we still don&#039;t get an error. I did notice that with WiFi off and Bluetooth enabled that in Apple&#039;s Reachability example wrapper that it detects an adhoc link local route, but only once you&#039;ve actually created the GKSession and have connected to another device.</description>
		<content:encoded><![CDATA[<p>Yeah, even if both Bluetooth and WiFi are off, and the device has Airplane mode enabled, we still don&#8217;t get an error. I did notice that with WiFi off and Bluetooth enabled that in Apple&#8217;s Reachability example wrapper that it detects an adhoc link local route, but only once you&#8217;ve actually created the GKSession and have connected to another device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-838</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-838</guid>
		<description>I think the reason you don&#039;t get the error on 3.1 is because gamekit now works over WiFi. Thus it is not an &quot;error&quot; if bluetooth is turned off.</description>
		<content:encoded><![CDATA[<p>I think the reason you don&#8217;t get the error on 3.1 is because gamekit now works over WiFi. Thus it is not an &#8220;error&#8221; if bluetooth is turned off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-837</link>
		<dc:creator>Hannes</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-837</guid>
		<description>Indeed, doesn&#039;t seem to work in 3.1. Hope we can find a workaround.</description>
		<content:encoded><![CDATA[<p>Indeed, doesn&#8217;t seem to work in 3.1. Hope we can find a workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-834</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Wed, 16 Sep 2009 18:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-834</guid>
		<description>Guys, I have submitted a Radar report (7228802) to Apple about this.  My wish would be that we would not have to worry about whether Bluetooth was on.  Instead, we could simply start a GKSession, and Apple would ask users if they want to allow a Bluetooth connection-- similar to how they handle Location Manager requests.</description>
		<content:encoded><![CDATA[<p>Guys, I have submitted a Radar report (7228802) to Apple about this.  My wish would be that we would not have to worry about whether Bluetooth was on.  Instead, we could simply start a GKSession, and Apple would ask users if they want to allow a Bluetooth connection&#8211; similar to how they handle Location Manager requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://carpe-cocoa.com/2009-07-29/detecting-when-bluetooth-is-disabled-with-gksession/#comment-833</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://carpe-cocoa.com/?p=304#comment-833</guid>
		<description>Thanks for the update. I don&#039;t know offhand how to make this work in 3.1. I&#039;ll be looking into it over the weekend and will update when I know more.</description>
		<content:encoded><![CDATA[<p>Thanks for the update. I don&#8217;t know offhand how to make this work in 3.1. I&#8217;ll be looking into it over the weekend and will update when I know more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

