<?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>Paul Hinks&#039; Blog &#187; iphone</title>
	<atom:link href="http://www.paulhinks.com/blog/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulhinks.com/blog</link>
	<description>Politics, Technology, Food</description>
	<lastBuildDate>Thu, 28 Jan 2010 06:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AppStore Rejection</title>
		<link>http://www.paulhinks.com/blog/2009/12/21/appstore-rejection/</link>
		<comments>http://www.paulhinks.com/blog/2009/12/21/appstore-rejection/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:26:09 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[appstore submission]]></category>

		<guid isPermaLink="false">http://www.paulhinks.com/blog/?p=1074</guid>
		<description><![CDATA[I had an iPhone app in review which was intended to promote the re-release of Tony Jacklin&#8217;s interview &#8220;Jacklin Speaks&#8220;. It&#8217;s very similar for the one I made for the Bill Shankly interview, &#8220;Shankly Speaks&#8220;. The Shankly version was initially rejected because it did not close down if there was no internet connection. To fix [...]]]></description>
			<content:encoded><![CDATA[<p>I had an iPhone app in review which was intended to promote the re-release of Tony Jacklin&#8217;s interview &#8220;<a href="http://itunes.apple.com/gb/album/tony-jacklin-speaks-about-golf/id342138401">Jacklin Speaks</a>&#8220;. It&#8217;s very similar for the one I made for the Bill Shankly interview, &#8220;<a href="http://itunes.apple.com/gb/album/shankly-speaks-part-1/id334634928">Shankly Speaks</a>&#8220;. The Shankly version was initially rejected because it did not close down if there was no internet connection. To fix this I added an error message and a call to </p>
<p><code>[[UIApplication sharedApplication] terminate];</code></p>
<p>if there was an error reading from the internet. I resubmitted the app and it was accepted.  The new app contains exactly the same code, but it was rejected for using an <em>undocumented api</em>, namely terminate.</p>
<p>I hadn&#8217;t realised the terminate was undocumented (it is documented for its desktop version, but not for the iphone). The alternative is apparently to use the standard C call exit(0), although that bypasses application shutdown code and may result in memory leaks and other bad behaviour. However, since that call is documented, I&#8217;ve made that change and resubmitted. What they say to that will be reported here.</p>
<p>UPDATE 12/23 &#8211; It&#8217;s been approved. It is (or shortly will be) available <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=347790249&#038;mt=8">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulhinks.com/blog/2009/12/21/appstore-rejection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding new iPhone apps</title>
		<link>http://www.paulhinks.com/blog/2009/07/31/finding-new-iphone-apps/</link>
		<comments>http://www.paulhinks.com/blog/2009/07/31/finding-new-iphone-apps/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 06:47:20 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.paulhinks.com/?p=867</guid>
		<description><![CDATA[To monitor new releases on the iPhone, use this URL:
http://www.macworld.com/appguide/browse.html?sort=new
[ad]
]]></description>
			<content:encoded><![CDATA[<p>To monitor new releases on the iPhone, use this URL:</p>
<p><a href="http://www.macworld.com/appguide/browse.html?sort=new">http://www.macworld.com/appguide/browse.html?sort=new</a><br />
[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulhinks.com/blog/2009/07/31/finding-new-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding cool free on sale iPhone Apps</title>
		<link>http://www.paulhinks.com/blog/2009/07/23/finding-cool-free-on-sale-iphone-apps/</link>
		<comments>http://www.paulhinks.com/blog/2009/07/23/finding-cool-free-on-sale-iphone-apps/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 03:14:57 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[free apps]]></category>

		<guid isPermaLink="false">http://www.paulhinks.com/?p=832</guid>
		<description><![CDATA[Here&#8217;s a tip &#8211; if you&#8217;re as in to free iPhone apps as I am, use the following link to find apps that have recently been made free  -
http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=onSale&#038;dir=desc
And here&#8217;s one to find recently-released free apps
http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=new&#038;dir=desc
The AppStore doesn&#8217;t make this kind of search very easy, so this is a good work-around.
[ad]
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a tip &#8211; if you&#8217;re as in to free iPhone apps as I am, use the following link to find apps that have recently been made free  -</p>
<p><a href="http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=onSale&#038;dir=desc">http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=onSale&#038;dir=desc</a></p>
<p>And here&#8217;s one to find recently-released free apps</p>
<p><a href="http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=new&#038;dir=des">http://www.macworld.com/appguide/browse.html#prices=Free&#038;sort=new&#038;dir=des</a>c</p>
<p>The AppStore doesn&#8217;t make this kind of search very easy, so this is a good work-around.</p>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulhinks.com/blog/2009/07/23/finding-cool-free-on-sale-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
