<?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>Code by Coffee &#187; Apple</title>
	<atom:link href="http://codebycoffee.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://codebycoffee.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 20:56:16 +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>Decrypting HTTP Streaming Video with NSURLProtocol</title>
		<link>http://codebycoffee.com/2012/01/08/decrypting-http-streaming-video-with-nsurlprotocol/</link>
		<comments>http://codebycoffee.com/2012/01/08/decrypting-http-streaming-video-with-nsurlprotocol/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 02:40:29 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=391</guid>
		<description><![CDATA[I want to share what I thought was a clever idea from a member of Apple&#8217;s DTS team. I&#8217;d been working on an app featuring a custom video player and video delivered via HTTP streaming. The challenge centered on how to elegantly decrypt an encrypted video stream in the app without transmitting the key with [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2012/01/08/decrypting-http-streaming-video-with-nsurlprotocol/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Signing Google API URLs in iOS</title>
		<link>http://codebycoffee.com/2011/04/18/signing-google-api-urls-in-ios/</link>
		<comments>http://codebycoffee.com/2011/04/18/signing-google-api-urls-in-ios/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 18:25:48 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=411</guid>
		<description><![CDATA[Lately I&#8217;ve been working with the Google Directions API. The service is free to use, you don&#8217;t even need to sign up for an API key. However, if you do, you get to make more requests from the service per day. A lot more! So it certainly behooves you to sign up as a Premier [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2011/04/18/signing-google-api-urls-in-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange iOS App Exit When Testing with the Debugger</title>
		<link>http://codebycoffee.com/2010/09/07/strange-ios-app-exit-when-testing-with-the-debugger/</link>
		<comments>http://codebycoffee.com/2010/09/07/strange-ios-app-exit-when-testing-with-the-debugger/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 22:40:51 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=342</guid>
		<description><![CDATA[Today I was testing a new build of an iOS app and experienced what I think is a weird conflict with a previous version of the app. Here&#8217;s what happened: I was testing a developer build of the app on an iPhone 3G running 3.1.2 and an iPhone 4 running 4.0.1. Before testing I installed [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/09/07/strange-ios-app-exit-when-testing-with-the-debugger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developing for iOS and Android</title>
		<link>http://codebycoffee.com/2010/08/07/developing-for-ios-and-android/</link>
		<comments>http://codebycoffee.com/2010/08/07/developing-for-ios-and-android/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 21:52:33 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=293</guid>
		<description><![CDATA[I&#8217;ve had the opportunity to develop on both the iOS and Android platforms, something that, statistically speaking, makes me part of a minority of developers. My experience has been that the iOS platform offers better tools for developers, but that the Android platform offers more freedom in what a developer can do with a device. [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/08/07/developing-for-ios-and-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A New and Noteworthy App</title>
		<link>http://codebycoffee.com/2010/07/25/a-new-and-noteworthy-app/</link>
		<comments>http://codebycoffee.com/2010/07/25/a-new-and-noteworthy-app/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 16:08:40 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=283</guid>
		<description><![CDATA[Last week Apple featured BuzzVoice 3.0 under New and Noteworthy Apps on the iTunes App Store&#8217;s front page &#8212; a real treat for any app developer. This had a strong effect on app sales and it wasn&#8217;t long before BuzzVoice broken into the top charts under the App Store&#8217;s News section making it as high [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/07/25/a-new-and-noteworthy-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple, what were you thinking?</title>
		<link>http://codebycoffee.com/2010/07/06/apple-what-were-you-thinking/</link>
		<comments>http://codebycoffee.com/2010/07/06/apple-what-were-you-thinking/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:08:03 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Words]]></category>

		<guid isPermaLink="false">http://codebycoffee.com/?p=278</guid>
		<description><![CDATA[At the end of June Apple sent a notification out to members of its developer program advising them that all new iPhone apps and updates would have to be built with the iPhone SDK 4. The important bit of the email read thus: Make sure that your applications are compatible with iOS 4. All new [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/07/06/apple-what-were-you-thinking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

