<?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>Codec &#187; rejection</title>
	<atom:link href="http://www.trembl.org/codec/tag/rejection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trembl.org/codec</link>
	<description>A Personal Polylogic Code/Decode &#039;Zettelkasten&#039;</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:38:01 +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>singleTap: and private API</title>
		<link>http://www.trembl.org/codec/303/</link>
		<comments>http://www.trembl.org/codec/303/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:25:46 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[rejection]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=303</guid>
		<description><![CDATA[Very funny and strange case of rejection. I made a method called &#8216;singleTap&#8217;, that is &#8211; as the name suggests &#8211; receiving events after a single tap occurs. During the development process the function was not used and commented out, but an oversight let to the notification being left it. And then the message from [...]]]></description>
			<content:encoded><![CDATA[<p>Very funny and strange case of rejection. I made a method called &#8216;singleTap&#8217;, that is &#8211; as the name suggests &#8211;  receiving events after a single tap occurs.<br />
During the development process the function was not used and commented out, but an oversight let to the notification being left it. And then the message from Apple:</p>
<blockquote><p><em>&#8220;3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs.&#8221;</em></p>
<p>The following non-public API is included in your application:</p>
<p>singleTap:</p></blockquote>
<p>Hmm. Clearly I did not use a private API, apparently I just happened to call a function the same name as a private API function&#8230; Wondering if there is a list of reserved function names, which is triggered a rejection?</p>
<p>Solution? I commented out the superflicial notification AND renamed the function to &#8216;oneTap&#8217;. Just in case.</p>
<p>I am starting to believe the stories about the Apple store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/303/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

