<?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>FlexiCoder Blog &#187; iOS4</title>
	<atom:link href="http://www.flexicoder.com/blog/index.php/tag/ios4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexicoder.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 12:24:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AirPrint &#8211; direct to the Printer</title>
		<link>http://www.flexicoder.com/blog/index.php/2011/02/airprint-direct-to-the-printer/</link>
		<comments>http://www.flexicoder.com/blog/index.php/2011/02/airprint-direct-to-the-printer/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 12:12:25 +0000</pubDate>
		<dc:creator>flexicoder</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.flexicoder.com/blog/?p=345</guid>
		<description><![CDATA[If you have an AirPrint enabled printer and an iPhone/iPad running iOS4.2 or above you can print directly to the printer without the need for both devices to be connected through the same WiFi access point. On your iOS device, go to your WiFi settings and in the list of networks you should see an [...]]]></description>
			<content:encoded><![CDATA[<p>If you have an AirPrint enabled printer and an iPhone/iPad running iOS4.2 or above you can print directly to the printer without the need for both devices to be connected through the same WiFi access point. On your iOS device, go to your WiFi settings and in the list of networks you should see an entry that relates to the printer (so long as you are in range), and hey presto it all works</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.flexicoder.com/blog/index.php/2011/02/airprint-direct-to-the-printer/&title=AirPrint+%26%238211%3B+direct+to+the+Printer&text=If+you+have+an+AirPrint+enabled+printer+and+an+iPhone%2FiPad+running+iOS4.2+or+above+you+can+print+directly+to+the+printer+without+the+need+for+both+devices+to+be+connected+through+the+same+WiFi+access...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.flexicoder.com/blog/index.php/2011/02/airprint-direct-to-the-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFBundleiconfile does not have an extension</title>
		<link>http://www.flexicoder.com/blog/index.php/2010/07/cfbundleiconfile-does-not-have-an-extension/</link>
		<comments>http://www.flexicoder.com/blog/index.php/2010/07/cfbundleiconfile-does-not-have-an-extension/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:11:31 +0000</pubDate>
		<dc:creator>flexicoder</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[useful links]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.flexicoder.com/blog/?p=335</guid>
		<description><![CDATA[Currently there is an issue with Apples Application Loader, although the documentation states that you can omit the file extension from the Icon File name, and this works when running locally, when you come to submit it to the app store it fails validation. At the moment you have to specify the names using the [...]]]></description>
			<content:encoded><![CDATA[<p>Currently there is an issue with Apples Application Loader, although the documentation states that you can omit the file extension from the Icon File name, and this works when running locally, when you come to submit it to the app store it fails validation.</p>
<p>At the moment you have to specify the names using the CFBundleIconFiles<br />
<img src="http://www.flexicoder.com/blog/wp-content/uploads/2010/07/Screen-shot-2010-07-28-at-16.09.49.png" alt="Screen shot 2010-07-28 at 16.09.49" title="Screen shot 2010-07-28 at 16.09.49" width="409" height="190" class="aligncenter size-full wp-image-336" /></p>
<p><a href="http://developer.apple.com/library/ios/#qa/qa2010/qa1686.html">This is also a useful link to the Apple site that explains what icons are need for what device</a></p>
<br/><a href="http://www.socialmarker.com/?link=http://www.flexicoder.com/blog/index.php/2010/07/cfbundleiconfile-does-not-have-an-extension/&title=CFBundleiconfile+does+not+have+an+extension&text=Currently+there+is+an+issue+with+Apples+Application+Loader%2C+although+the+documentation+states+that+you+can+omit+the+file+extension+from+the+Icon+File+name%2C+and+this+works+when+running+locally%2C+when...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.flexicoder.com/blog/index.php/2010/07/cfbundleiconfile-does-not-have-an-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truly quit app under iOS4</title>
		<link>http://www.flexicoder.com/blog/index.php/2010/07/truly-quit-app-under-ios4/</link>
		<comments>http://www.flexicoder.com/blog/index.php/2010/07/truly-quit-app-under-ios4/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 11:07:20 +0000</pubDate>
		<dc:creator>flexicoder</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.flexicoder.com/blog/?p=333</guid>
		<description><![CDATA[Great article that explains how to terminate your app so that it doesn&#8217;t go into suspend mode, basic details are here Multi-tasking can be great, but it has added some complexity to programming on the iPhone. For many apps there really is no advantage. For instance, does the “That’s What She Said” button really need [...]]]></description>
			<content:encoded><![CDATA[<p>Great <a href="http://maniacdev.com/2010/07/screw-multi-tasking-how-to-make-your-ios-4-apps-exit-for-real/">article</a> that explains how to terminate your app so that it doesn&#8217;t go into suspend mode, basic details are here</p>
<p>Multi-tasking can be great, but it has added some complexity to programming on the iPhone.  For many apps there really is no advantage. For instance, does the “That’s What She Said” button really need to stay in memory?</p>
<p>It’s some added complexity that programmers don’t need.. some of the more complex memory intensive apps will just exit anyways, and programming the app to suspend can be a highly complicated task.</p>
<p>Fortunately there is a simple way to make your iOS 4 apps terminate for real when the user taps the home button.</p>
<p>This is a simple process:</p>
<p>Open your info.plist file<br />
Add The Key UIApplicationExitsOnSuspend<br />
Set the new key to YES<br />
Now your applicationwillterminate: method will be run when the user taps the home key, and your app will exit for real.</p>
<p><a href="http://www.flexicoder.com/">See what I do</a></p>
<br/><a href="http://www.socialmarker.com/?link=http://www.flexicoder.com/blog/index.php/2010/07/truly-quit-app-under-ios4/&title=Truly+quit+app+under+iOS4&text=Great+article+that+explains+how+to+terminate+your+app+so+that+it+doesn%26%238217%3Bt+go+into+suspend+mode%2C+basic+details+are+here+Multi-tasking+can+be+great%2C+but+it+has+added+some+complexity+to+programming...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.flexicoder.com/blog/index.php/2010/07/truly-quit-app-under-ios4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

