<?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>Mobile Developer Tips &#187; Networking</title>
	<atom:link href="http://MobileDeveloperTips.com/category/networking/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Parse an NSURL Object</title>
		<link>http://MobileDeveloperTips.com/networking/how-to-parse-an-nsurl-object.html</link>
		<comments>http://MobileDeveloperTips.com/networking/how-to-parse-an-nsurl-object.html#comments</comments>
		<pubDate>Mon, 23 May 2011 07:26:53 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=8436</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/how-to-parse-an-nsurl-object.html">How to Parse an NSURL Object</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Parse an NSURL Object is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved When working with NSURL objects, often times there are a number of values passed along with the URL. For example, a query string is often included as a means to embed HTML form data. This tip shows how [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/objective-c/objective-c-object-as-a-c-structure.html' rel='bookmark' title='Objective-C Object as a C Structure'>Objective-C Object as a C Structure</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html' rel='bookmark' title='Launching Your Own Application via a Custom URL Scheme'>Launching Your Own Application via a Custom URL Scheme</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html' rel='bookmark' title='Launching Other Apps within an iPhone Application'>Launching Other Apps within an iPhone Application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/how-to-parse-an-nsurl-object.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Better URL Encoding Method</title>
		<link>http://MobileDeveloperTips.com/networking/a-better-url-encoding-method.html</link>
		<comments>http://MobileDeveloperTips.com/networking/a-better-url-encoding-method.html#comments</comments>
		<pubDate>Tue, 03 May 2011 07:01:31 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=8252</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/a-better-url-encoding-method.html">A Better URL Encoding Method</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
A Better URL Encoding Method is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved The NSString class contains a method stringByAddingPercentEscapesUsingEncoding which returns a URL-encoded string. Problem is, the method seems to provide support for percent escapes on just a few characters. Below is a category extension to the NSString class that uses [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/c/converting-between-c-and-objective-c-strings.html' rel='bookmark' title='Converting Between C and Objective-C Strings (NSString)'>Converting Between C and Objective-C Strings (NSString)</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html' rel='bookmark' title='NSIndexPath and row method'>NSIndexPath and row method</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/overriding-nsobject-description-method.html' rel='bookmark' title='Overriding NSObject Description Method'>Overriding NSObject Description Method</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/a-better-url-encoding-method.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Push Notifications for Ad Hoc Distributions</title>
		<link>http://MobileDeveloperTips.com/networking/push-notifications-for-ad-hoc-builds-require-a-production-ssl-certificate.html</link>
		<comments>http://MobileDeveloperTips.com/networking/push-notifications-for-ad-hoc-builds-require-a-production-ssl-certificate.html#comments</comments>
		<pubDate>Tue, 28 Dec 2010 18:53:31 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=7202</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/push-notifications-for-ad-hoc-builds-require-a-production-ssl-certificate.html">Push Notifications for Ad Hoc Distributions</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Push Notifications for Ad Hoc Distributions is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Here&#8217;s a quick one that may save you some time..once you have push notifications working on a development device and it&#8217;s time to create an Ad Hoc build for others to deploy and test your app, on the [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/basics-of-notifications.html' rel='bookmark' title='Basics of Notifications'>Basics of Notifications</a></li>
<li><a href='http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html' rel='bookmark' title='iTunes Icon for Ad Hoc Distributions'>iTunes Icon for Ad Hoc Distributions</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/push-notifications-for-ad-hoc-builds-require-a-production-ssl-certificate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Basic Authentication &#8211; Accessing Password Protected Servers</title>
		<link>http://MobileDeveloperTips.com/networking/handling-url-authentication-challenges-accessing-password-protected-servers.html</link>
		<comments>http://MobileDeveloperTips.com/networking/handling-url-authentication-challenges-accessing-password-protected-servers.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:07:13 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6941</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/handling-url-authentication-challenges-accessing-password-protected-servers.html">HTTP Basic Authentication &#8211; Accessing Password Protected Servers</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
HTTP Basic Authentication &#8211; Accessing Password Protected Servers is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved It&#8217;s not uncommon for a server to require credentials for access. A common example is a password protected directory on a web-server that will prompt for a username and password before allowing access. When using a [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/networking/post-to-a-twitter-account-from-the-iphone.html' rel='bookmark' title='Post to a Twitter Account from the iPhone'>Post to a Twitter Account from the iPhone</a></li>
<li><a href='http://MobileDeveloperTips.com/undocumented/alert-with-textfields.html' rel='bookmark' title='Alert with TextFields'>Alert with TextFields</a></li>
<li><a href='http://MobileDeveloperTips.com/networking/troubleshooting-nsurlconnection.html' rel='bookmark' title='Troubleshooting NSURLConnection'>Troubleshooting NSURLConnection</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/handling-url-authentication-challenges-accessing-password-protected-servers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Post to a Twitter Account from the iPhone</title>
		<link>http://MobileDeveloperTips.com/networking/post-to-a-twitter-account-from-the-iphone.html</link>
		<comments>http://MobileDeveloperTips.com/networking/post-to-a-twitter-account-from-the-iphone.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 02:04:27 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4522</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/post-to-a-twitter-account-from-the-iphone.html">Post to a Twitter Account from the iPhone</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Post to a Twitter Account from the iPhone is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved This is the third tip in a series of four that is based on content from the O&#8217;Reilly book Head First iPhone Development. This tip is from a code sample in Chapter 3 &#8211; Objective-C for [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-download-and-process-gzipd-data.html' rel='bookmark' title='How to download and process GZip&#8217;d data'>How to download and process GZip&#8217;d data</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/json-framework-for-iphone-part-2.html' rel='bookmark' title='JSON Framework for iPhone (Part 2)'>JSON Framework for iPhone (Part 2)</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html' rel='bookmark' title='iPhone File System: Creating, Renaming and Deleting Files'>iPhone File System: Creating, Renaming and Deleting Files</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/post-to-a-twitter-account-from-the-iphone.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone JSON Flickr Tutorial – Part 3</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-3.html</link>
		<comments>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-3.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 12:03:11 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3904</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-3.html">iPhone JSON Flickr Tutorial – Part 3</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iPhone JSON Flickr Tutorial – Part 3 is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Welcome to the third and final post on working with the iPhone SDK, JSON and the Flickr API. In I Part 1 we setup a JSON library, created a Flickr API key and wrote code to retrieve [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html' rel='bookmark' title='iPhone JSON Flickr Tutorial &#8211; Part 1'>iPhone JSON Flickr Tutorial &#8211; Part 1</a></li>
<li><a href='http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html' rel='bookmark' title='iPhone JSON Flickr Tutorial – Part 2'>iPhone JSON Flickr Tutorial – Part 2</a></li>
<li><a href='http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html' rel='bookmark' title='JSON Framework for iPhone'>JSON Framework for iPhone</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-3.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
<enclosure url="http://iphonedevelopertips.com/wp-content/uploads/2009/08/iPhoneJSONFlickr.mov" length="9127313" type="video/quicktime" />
		</item>
		<item>
		<title>iPhone JSON Flickr Tutorial – Part 2</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html</link>
		<comments>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:05:41 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html">iPhone JSON Flickr Tutorial – Part 2</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iPhone JSON Flickr Tutorial – Part 2 is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Welcome to the second tutorial in this three part series on using the iPhone SDK, JSON and Flickr. In the first tutorial we covered the basics for setting up the JSON framework within your projects, registering to [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html' rel='bookmark' title='iPhone JSON Flickr Tutorial &#8211; Part 1'>iPhone JSON Flickr Tutorial &#8211; Part 1</a></li>
<li><a href='http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html' rel='bookmark' title='JSON Framework for iPhone'>JSON Framework for iPhone</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/json-framework-for-iphone-part-2.html' rel='bookmark' title='JSON Framework for iPhone (Part 2)'>JSON Framework for iPhone (Part 2)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
<enclosure url="http://iphonedevelopertips.com/wp-content/uploads/2009/08/iPhoneJSONFlickr.mov" length="9127313" type="video/quicktime" />
		</item>
		<item>
		<title>iPhone JSON Flickr Tutorial &#8211; Part 1</title>
		<link>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html</link>
		<comments>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 13:39:42 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3442</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html">iPhone JSON Flickr Tutorial &#8211; Part 1</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
iPhone JSON Flickr Tutorial &#8211; Part 1 is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Two consistently popular posts on iPhone Dev Tips are JSON Frameworks for iPhone Part 1 and Part 2. Seems a good time to revisit the combination of the iPhone and JSON, this time creating a complete working [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html' rel='bookmark' title='JSON Framework for iPhone'>JSON Framework for iPhone</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/json-framework-for-iphone-part-2.html' rel='bookmark' title='JSON Framework for iPhone (Part 2)'>JSON Framework for iPhone (Part 2)</a></li>
<li><a href='http://MobileDeveloperTips.com/cpp/c-on-iphone-part-1a.html' rel='bookmark' title='C++ on iPhone: Part 1a'>C++ on iPhone: Part 1a</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-1.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
<enclosure url="http://iphonedevelopertips.com/wp-content/uploads/2009/08/iPhoneJSONFlickr.mov" length="9127313" type="video/quicktime" />
		</item>
		<item>
		<title>JSON Framework for iPhone</title>
		<link>http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html</link>
		<comments>http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:34:30 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=704</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html">JSON Framework for iPhone</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
JSON Framework for iPhone is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Editor&#8217;s Note: Due to the popularity of this iPhone JSON series, a new three part tutorial series on working with JSON was published in August 2009. You can find the latest JSON iPhone tutorial series at the links below: iPhone [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/graphics/creating-iphone-icons.html' rel='bookmark' title='Creating iPhone Icons'>Creating iPhone Icons</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/json-framework-for-iphone.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Troubleshooting NSURLConnection</title>
		<link>http://MobileDeveloperTips.com/networking/troubleshooting-nsurlconnection.html</link>
		<comments>http://MobileDeveloperTips.com/networking/troubleshooting-nsurlconnection.html#comments</comments>
		<pubDate>Tue, 07 Oct 2008 07:21:13 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=654</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/networking/troubleshooting-nsurlconnection.html">Troubleshooting NSURLConnection</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Troubleshooting NSURLConnection is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I was recently helping a friend debug an interesting piece of code to asynchronously download images. Without giving away the application idea, let me explain what we were attempting to do from the 30,000 foot view and then share what we discovered, [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/networking/troubleshooting-nsurlconnection.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

