<?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>iphone.mitchallen.com &#187; CLLocation</title>
	<atom:link href="http://mitchallen.com/iphone/archives/tag/cllocation/feed" rel="self" type="application/rss+xml" />
	<link>http://mitchallen.com/iphone</link>
	<description>random notes on iPhone development</description>
	<lastBuildDate>Tue, 10 Aug 2010 20:36:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Location Tutorial</title>
		<link>http://mitchallen.com/iphone/archives/199</link>
		<comments>http://mitchallen.com/iphone/archives/199#comments</comments>
		<pubDate>Tue, 02 Jun 2009 18:54:55 +0000</pubDate>
		<dc:creator>Mitch  Allen</dc:creator>
				<category><![CDATA[location]]></category>
		<category><![CDATA[CLLocation]]></category>
		<category><![CDATA[CLLocationManager]]></category>
		<category><![CDATA[CoreLocation]]></category>

		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=199</guid>
		<description><![CDATA[If you&#8217;d like to write an app that uses the location of the iPhone or iPod Touch (longitude and latitude), here&#8217;s a good tutorial: Hello There: A CoreLocation Tutorial I used the info to write a quick app that logs my location. In the simulator it will always tell you that it&#8217;s in Cupertino. When [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to write an app that uses the location of the iPhone or iPod Touch (longitude and latitude), here&#8217;s a good tutorial:</p>
<p><a href="http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/">Hello There: A CoreLocation Tutorial</a></p>
<p>I used the info to write a quick app that logs my location.  In the simulator it will always tell you that it&#8217;s in Cupertino.  When I tested it on an iPod Touch over wireless it worked great.  </p>
<p>Because there are security and privacy issues it will ask permission first on the actual device.  You and your users will also need to turn on the capabilitiy in your device settings.</p>
<p>While playing around with this feature I experimented with other apps that are supposed to figure out my location.  Some of them didn&#8217;t work.  All I can figure is they were compiled with an earlier SDK.  </p>
]]></content:encoded>
			<wfw:commentRss>http://mitchallen.com/iphone/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
