<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Danielson&#039;s Blog &#187; CLLocationManager</title>
	<atom:link href="http://www.chrisdanielson.com/tag/cllocationmanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisdanielson.com</link>
	<description>Trials and Tribulations of a Software Developer</description>
	<lastBuildDate>Wed, 14 Sep 2011 00:00:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Could not send unregistration request to daemon</title>
		<link>http://www.chrisdanielson.com/2010/03/06/could-not-send-unregistration-request-to-daemon/</link>
		<comments>http://www.chrisdanielson.com/2010/03/06/could-not-send-unregistration-request-to-daemon/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 21:48:59 +0000</pubDate>
		<dc:creator>Chris Danielson</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[CLClientInvalidate]]></category>
		<category><![CDATA[CLClientRegister]]></category>
		<category><![CDATA[CLLocationManager]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.chrisdanielson.com/?p=337</guid>
		<description><![CDATA[During a debug process have you seen any of the following lines in your debugger/console logs? void CLClientInvalidate(__CLClient*)",could not send unregistration request to daemon or&#8230; CLClientRegister: could not send registration request to daemon If so, you&#8217;ve probably already seen this Apple support link:  http://discussions.apple.com/message.jspa?messageID=8408930 Well, I&#8217;m just going to validate a few things here for [...]]]></description>
			<content:encoded><![CDATA[<p>During a debug process have you seen any of the following lines in your debugger/console logs?</p>
<pre>void CLClientInvalidate(__CLClient*)",could not send unregistration request to daemon</pre>
<p>or&#8230;</p>
<pre>CLClientRegister: could not send registration request to daemon</pre>
<p>If so, you&#8217;ve probably already seen this Apple support link:  <a href="http://discussions.apple.com/message.jspa?messageID=8408930">http://discussions.apple.com/message.jspa?messageID=8408930</a></p>
<p>Well, I&#8217;m just going to validate a few things here for you.  (Before continuing this&#8230; check your code after briefly reading <a href="http://blog.blackwhale.at/2010/08/error-clclientinvalidate-could-not-send-unregistration-request-to-daemon/">this blog</a>.</p>
<ol>
<li>You will have to <a href="http://support.apple.com/kb/HT1414">restore your iPhone</a>.  (This is the solution that worked for me).  Please post a comment if you find a better solution.</li>
<li>If you are coding using CLLocationManager you will more than likely notice that you only get 1 set of GPS values before the message starts appearing.  Also, the CLLocationManager startUpdatingLocation method will only call your delegate once.  (That is what was happening on my iPhone).</li>
<li>If you dig through your iPhones &#8220;crash logs&#8221; via the Organizer application, you&#8217;ll more than likely witness that many applications are crashing.</li>
</ol>
<p>I tried a multitude of workarounds and the only thing that sadly worked was a &#8220;restore&#8221; which took over 1 hour to complete.  I will say this, my iPhone runs a lot faster now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisdanielson.com/2010/03/06/could-not-send-unregistration-request-to-daemon/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

