<?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: Objective C Get iPhone Device GUID</title>
	<atom:link href="http://www.timeister.com/2009/06/objective-c-get-iphone-device-guid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timeister.com/2009/06/objective-c-get-iphone-device-guid/</link>
	<description>Online Project Management  Software</description>
	<lastBuildDate>Sun, 18 Jul 2010 21:36:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dylan Barrie</title>
		<link>http://www.timeister.com/2009/06/objective-c-get-iphone-device-guid/comment-page-1/#comment-34</link>
		<dc:creator>Dylan Barrie</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=312#comment-34</guid>
		<description>This code is fundamentally flawed. The UIDevice retrieved via +[UIDevice currentDevice] is not initialized, retained, or copied by the calling function, nor does &#039;currentDevice&#039; have the words &#039;init&#039; or &#039;copy&#039; in it.  The returned device MUST NOT be released, since it was not retained, initialized, or copied.

UIDevice *device = [UIDevice currentDevice];
NSString *uniqueIdentifier = [device uniqueIdentifier];

is correct.</description>
		<content:encoded><![CDATA[<p>This code is fundamentally flawed. The UIDevice retrieved via +[UIDevice currentDevice] is not initialized, retained, or copied by the calling function, nor does &#8216;currentDevice&#8217; have the words &#8216;init&#8217; or &#8216;copy&#8217; in it.  The returned device MUST NOT be released, since it was not retained, initialized, or copied.</p>
<p>UIDevice *device = [UIDevice currentDevice];<br />
NSString *uniqueIdentifier = [device uniqueIdentifier];</p>
<p>is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian Glass</title>
		<link>http://www.timeister.com/2009/06/objective-c-get-iphone-device-guid/comment-page-1/#comment-33</link>
		<dc:creator>Kristian Glass</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=312#comment-33</guid>
		<description>Please see http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html and http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html - you should *NOT* release device, as you have not (alloc/new/copy/retain)-ed it.</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html" rel="nofollow">http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html</a> and <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html" rel="nofollow">http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html</a> &#8211; you should *NOT* release device, as you have not (alloc/new/copy/retain)-ed it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
