<?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: Evernote and iOS, Sittin&#8217; in a Tree</title>
	<atom:link href="http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/</link>
	<description>The Care and Feeding of Elephants</description>
	<lastBuildDate>Thu, 09 May 2013 03:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: andrew</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-589</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Mon, 11 Jun 2012 12:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-589</guid>
		<description><![CDATA[Nice tutorial. Thanks..

Any pointers to using the SDK on an Android app?]]></description>
		<content:encoded><![CDATA[<p>Nice tutorial. Thanks..</p>
<p>Any pointers to using the SDK on an Android app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddsakura</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-588</link>
		<dc:creator>ddsakura</dc:creator>
		<pubDate>Sat, 02 Jun 2012 00:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-588</guid>
		<description><![CDATA[finally, I found I need to sign up a new api key, new api key can work well, but old api key will encounter User could not be authenticated problem]]></description>
		<content:encoded><![CDATA[<p>finally, I found I need to sign up a new api key, new api key can work well, but old api key will encounter User could not be authenticated problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddsakura</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-587</link>
		<dc:creator>ddsakura</dc:creator>
		<pubDate>Thu, 31 May 2012 16:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-587</guid>
		<description><![CDATA[I git clone the sample project from github, 
and set up the key/secret and CFBundleURLSchemes,
but when I click &quot;get note count!&quot; button (in simulator)
the sample app doesn&#039;t redirect me to mobile safari.
and give me the html response and seem the error is &quot;User could not be authenticated.&quot;
does any step I miss? or it is a bug?
thanks]]></description>
		<content:encoded><![CDATA[<p>I git clone the sample project from github,<br />
and set up the key/secret and CFBundleURLSchemes,<br />
but when I click &#8220;get note count!&#8221; button (in simulator)<br />
the sample app doesn&#8217;t redirect me to mobile safari.<br />
and give me the html response and seem the error is &#8220;User could not be authenticated.&#8221;<br />
does any step I miss? or it is a bug?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Santana</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-586</link>
		<dc:creator>Patrick Santana</dc:creator>
		<pubDate>Wed, 30 May 2012 21:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-586</guid>
		<description><![CDATA[Itt is a great api. Congratulations.

I deliberated used wrong credentials and I see that the error returned was a HTML based message. It would be great to have a JSON response.]]></description>
		<content:encoded><![CDATA[<p>Itt is a great api. Congratulations.</p>
<p>I deliberated used wrong credentials and I see that the error returned was a HTML based message. It would be great to have a JSON response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Santana</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-585</link>
		<dc:creator>Patrick Santana</dc:creator>
		<pubDate>Wed, 30 May 2012 21:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-585</guid>
		<description><![CDATA[Also, in the EvernoteCounter-Info.plist, it is necessary yo add:


	CFBundleURLTypes
	
		
			CFBundleURLSchemes
			
				en-your key
			
		
	]]></description>
		<content:encoded><![CDATA[<p>Also, in the EvernoteCounter-Info.plist, it is necessary yo add:</p>
<p>	CFBundleURLTypes</p>
<p>			CFBundleURLSchemes</p>
<p>				en-your key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Santana</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-584</link>
		<dc:creator>Patrick Santana</dc:creator>
		<pubDate>Wed, 30 May 2012 20:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-584</guid>
		<description><![CDATA[Hey Guys,

The session should be created like that:

    [EvernoteSession setSharedSessionHost:EVERNOTE_HOST 
                              consumerKey:CONSUMER_KEY 
                           consumerSecret:CONSUMER_SECRET];]]></description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>The session should be created like that:</p>
<p>    [EvernoteSession setSharedSessionHost:EVERNOTE_HOST<br />
                              consumerKey:CONSUMER_KEY<br />
                           consumerSecret:CONSUMER_SECRET];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Dent</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-583</link>
		<dc:creator>Andy Dent</dc:creator>
		<pubDate>Sun, 27 May 2012 14:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-583</guid>
		<description><![CDATA[You left out one step - people need to edit the EvernoteCounter-Info.plist and twist open the topmost entry:
URL types / Item 0 / URL Schemes
the Item 0 within URL Schemes needs changing from your ID to match the CONSUMER KEY entered in the source code earlier PLUS A PREFIX of &quot;en-&quot;

ie: the URL Scheme in github is currently &quot;en-inkedmn&quot; because your key is &quot;inkedmn&quot;.]]></description>
		<content:encoded><![CDATA[<p>You left out one step &#8211; people need to edit the EvernoteCounter-Info.plist and twist open the topmost entry:<br />
URL types / Item 0 / URL Schemes<br />
the Item 0 within URL Schemes needs changing from your ID to match the CONSUMER KEY entered in the source code earlier PLUS A PREFIX of &#8220;en-&#8221;</p>
<p>ie: the URL Scheme in github is currently &#8220;en-inkedmn&#8221; because your key is &#8220;inkedmn&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schilling</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-582</link>
		<dc:creator>Dan Schilling</dc:creator>
		<pubDate>Fri, 25 May 2012 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-582</guid>
		<description><![CDATA[Awesome. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Kelly</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-581</link>
		<dc:creator>Brett Kelly</dc:creator>
		<pubDate>Fri, 25 May 2012 17:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-581</guid>
		<description><![CDATA[Hi Dan — I&#039;m actually working on a document describing how our SDK can be used with an ARC-enabled project. Keep an eye on dev.evernote.com and I&#039;ll get it up ASAP. Thanks for reading!]]></description>
		<content:encoded><![CDATA[<p>Hi Dan — I&#8217;m actually working on a document describing how our SDK can be used with an ARC-enabled project. Keep an eye on dev.evernote.com and I&#8217;ll get it up ASAP. Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schilling</title>
		<link>http://blog.evernote.com/tech/2012/05/24/evernote-sdk-integration-ios/#comment-580</link>
		<dc:creator>Dan Schilling</dc:creator>
		<pubDate>Fri, 25 May 2012 17:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evernote.com/tech/?p=322#comment-580</guid>
		<description><![CDATA[Love the very detailed tutorial. Although, how much different would the code be with ARC and storyboard - which I don&#039;t know why you guys didn&#039;t use. I am new to iOS dev and would rather learn everything from ios5 and onwards.]]></description>
		<content:encoded><![CDATA[<p>Love the very detailed tutorial. Although, how much different would the code be with ARC and storyboard &#8211; which I don&#8217;t know why you guys didn&#8217;t use. I am new to iOS dev and would rather learn everything from ios5 and onwards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
