<?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: How To Access Preferences From Your iPhone App</title>
	<atom:link href="http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app</link>
	<description>Tips and Tricks for iPhone, iPod, iPad and iOS Developers</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:17:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-2303</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 27 Feb 2010 04:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-2303</guid>
		<description>@nick: No that is not possible.</description>
		<content:encoded><![CDATA[<p>@nick: No that is not possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick N</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-2301</link>
		<dc:creator>nick N</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-2301</guid>
		<description>Is it possible to change the Iphone&#039;s core preferences with an app?</description>
		<content:encoded><![CDATA[<p>Is it possible to change the Iphone&#8217;s core preferences with an app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-1746</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-1746</guid>
		<description>@Russell: You can read preferences from pretty much any file. So place that line of code where you need the value.</description>
		<content:encoded><![CDATA[<p>@Russell: You can read preferences from pretty much any file. So place that line of code where you need the value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-1741</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 31 Dec 2009 03:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-1741</guid>
		<description>Just wondering what file do I place the following in
NSString *prefkey = [userDefaults stringForKey:@&quot;prefkey&quot;];</description>
		<content:encoded><![CDATA[<p>Just wondering what file do I place the following in<br />
NSString *prefkey = [userDefaults stringForKey:@"prefkey"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-988</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 22 Jul 2009 06:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-988</guid>
		<description>I have entered the code as your instructions above and all i get is an error: &quot;initializer element is not constant&quot; 

Any clues?</description>
		<content:encoded><![CDATA[<p>I have entered the code as your instructions above and all i get is an error: &#8220;initializer element is not constant&#8221; </p>
<p>Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-379</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 11 Mar 2009 19:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-379</guid>
		<description>@Bryan: Unfortunately there is no way to launch the Settings app from within your own app.</description>
		<content:encoded><![CDATA[<p>@Bryan: Unfortunately there is no way to launch the Settings app from within your own app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-378</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-378</guid>
		<description>Nick:
Is there some easy way to have a &quot;Settings&quot; button link to our new settings bundle in the iPhone settings app?</description>
		<content:encoded><![CDATA[<p>Nick:<br />
Is there some easy way to have a &#8220;Settings&#8221; button link to our new settings bundle in the iPhone settings app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-377</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-377</guid>
		<description>Hey Gabe,
You just need to declare that variable. Example:
NSString *prefkey = [userDefaults stringForKey:@&quot;prefkey&quot;];</description>
		<content:encoded><![CDATA[<p>Hey Gabe,<br />
You just need to declare that variable. Example:<br />
NSString *prefkey = [userDefaults stringForKey:@"prefkey"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneKicks.com</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-374</link>
		<dc:creator>iPhoneKicks.com</dc:creator>
		<pubDate>Mon, 09 Mar 2009 12:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-374</guid>
		<description>&lt;strong&gt;How To Access Preferences From Your iPhone App...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from iPhoneKicks.com - iPhone SDK links, community driven...</description>
		<content:encoded><![CDATA[<p><strong>How To Access Preferences From Your iPhone App&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from iPhoneKicks.com &#8211; iPhone SDK links, community driven&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe Jacobs</title>
		<link>http://iPhoneIncubator.com/blog/application-preferences/how-to-access-preferences-from-your-iphone-app/comment-page-1#comment-73</link>
		<dc:creator>Gabe Jacobs</dc:creator>
		<pubDate>Tue, 02 Sep 2008 20:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=17#comment-73</guid>
		<description>It says the delayBeforeDialing is undeclared for the second line of code you provided.</description>
		<content:encoded><![CDATA[<p>It says the delayBeforeDialing is undeclared for the second line of code you provided.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
