<?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>Matt Galloway&#039;s iPhone Apps &#187; Uncategorized</title>
	<atom:link href="http://iphone.galloway.me.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.galloway.me.uk</link>
	<description>iPhone Applications</description>
	<lastBuildDate>Mon, 17 May 2010 17:04:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Programming: The Big Nerd Ranch Guide</title>
		<link>http://iphone.galloway.me.uk/2010/05/iphone-programming-the-big-nerd-ranch-guide/</link>
		<comments>http://iphone.galloway.me.uk/2010/05/iphone-programming-the-big-nerd-ranch-guide/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:42:19 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=331</guid>
		<description><![CDATA[I got into Mac OS X / Cocoa / iPhone programming after reading the wonderful book by Aaron Hillegass called Cocoa Programming for Mac OS X and always thought that Big Nerd Ranch should do an iPhone book and, they have. I&#8217;ve had a flick through it and it looks like an excellent read. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I got into Mac OS X / Cocoa / iPhone programming after reading the wonderful book by Aaron Hillegass called <a href="http://www.amazon.co.uk/Cocoa-Programming-Mac-OS-X/dp/0321503619/">Cocoa Programming for Mac OS X</a> and always thought that Big Nerd Ranch should do an iPhone book and, they have. I&#8217;ve had a flick through it and it looks like an excellent read. It&#8217;s called <a href="http://www.amazon.co.uk/IPhone-Programming-Ranch-Guide-Guides/dp/0321706242/">iPhone Programming: The Big Nerd Ranch Guide</a>. On the outset it looks to be a similar style to Cocoa Progamming for Mac OS X in that it talks about Objective-C and things you need to know there such as memory management and then goes on to describe the various parts of the iPhone SDK.</p>
<p>Anyway, I&#8217;d recommend buying it if you&#8217;re thinking about getting into iPhone programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2010/05/iphone-programming-the-big-nerd-ranch-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Store Rejection &#8211; Bad Rating?!</title>
		<link>http://iphone.galloway.me.uk/2009/12/app-store-rejection-bad-rating/</link>
		<comments>http://iphone.galloway.me.uk/2009/12/app-store-rejection-bad-rating/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:09:18 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=277</guid>
		<description><![CDATA[So I released an update to BeerMap a couple of weeks ago. This was version 2.0 which was going to be a huge release which I really wanted to happen before Christmas and that&#8217;s why I spent 2 months perfecting it and released it with 3 weeks to go until Christmas which I assumed would [...]]]></description>
			<content:encoded><![CDATA[<p>So I released an update to <a href="http://itunes.com/app/beermap/">BeerMap</a> a couple of weeks ago. This was version 2.0 which was going to be a huge release which I really wanted to happen before Christmas and that&#8217;s why I spent 2 months perfecting it and released it with 3 weeks to go until Christmas which I assumed would be fine. Sadly, I was wrong.</p>
<p>Apple first started reviewing the app a week ago, after just 5 days of being &#8220;waiting for review&#8221; (I can tell this from server logs because the app is designed around a web services &#8211; <a href="http://www.ibeermap.co.uk/">http://www.ibeermap.co.uk/</a>). It then took over a week for Apple to come back and tell me that the app had been rejected because they thought the app needed a 17+ rating. It currently is in the app store at a 12+ rating for &#8220;mild alcohol references&#8221; but they thought it needed &#8220;strong alcohol references&#8221;.</p>
<p>So, my questions are thus:</p>
<ol>
<li>Why did they feel the need for the sudden change in rating?</li>
<li>Why did I have to RESUBMIT the app even though the problem was with the rating and not the actual app</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/12/app-store-rejection-bad-rating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ldr 12-bit displacement out of range</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/</link>
		<comments>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:13:21 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274</guid>
		<description><![CDATA[I started getting this strange message when compiling for my iPhone:
ldr 12-bit displacement out of range
Eventually I found that quitting XCode, deleting the build folder in the project then reopening XCode and re-building made everything work again.
Just putting here in case anyone else has similar issues!
UPDATE: Anyone else with this problem, please file a bug [...]]]></description>
			<content:encoded><![CDATA[<p>I started getting this strange message when compiling for my iPhone:</p>
<pre>ldr 12-bit displacement out of range</pre>
<p>Eventually I found that quitting XCode, deleting the build folder in the project then reopening XCode and re-building made everything work again.</p>
<p>Just putting here in case anyone else has similar issues!</p>
<p><strong>UPDATE:</strong> Anyone else with this problem, please file a bug report with Apple (<a href="http://bugreport.apple.com/">http://bugreport.apple.com/</a>) because if lots of people file a bug then hopefully they&#8217;ll do something about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>LiDG 7th October 2009</title>
		<link>http://iphone.galloway.me.uk/2009/10/lidg-7th-october-2009/</link>
		<comments>http://iphone.galloway.me.uk/2009/10/lidg-7th-october-2009/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 09:57:41 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=239</guid>
		<description><![CDATA[Yesterday, there was the monthly LiDG (London iPhone Developer Group) meet-up in the Apple Store, Regent Street. This month Ian Thain decided to allow developers to present for 1 minute (strictly!) about their apps. I chose to give a quick talk about BeerMap, giving the people there a quick run down on why they should [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, there was the monthly <a href="http://www.linkedin.com/groups?gid=1798655">LiDG</a> (London iPhone Developer Group) meet-up in the Apple Store, Regent Street. This month Ian Thain decided to allow developers to present for 1 minute (strictly!) about their apps. I chose to give a quick talk about <a href="http://www.ibeermap.co.uk/">BeerMap</a>, giving the people there a quick run down on why they should download BeerMap and review some beers with it!</p>
<p>It seemed to get good feedback and along side other apps such as <a href="http://www.ashley-mills.com/Curry_Finder/main.html">CurryFinder</a> it was probably one of the most fun apps being showcased. I really enjoyed telling people about it and I hope that people will have downloaded and started using the app from seeing my presentation!</p>
<p>Below is a little photo of me presenting!<br />
<img src="http://iphone.galloway.me.uk/wp-content/uploads/2009/10/sdu-225x300.jpg" alt="Matt Presenting at LiDG 7th October 2009" title="LiDG BeerMap Presentation 091007" width="225" height="300" class="size-medium wp-image-238" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/10/lidg-7th-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost reached my next monetary target!</title>
		<link>http://iphone.galloway.me.uk/2009/07/almost-reached-my-next-monetary-target/</link>
		<comments>http://iphone.galloway.me.uk/2009/07/almost-reached-my-next-monetary-target/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:58:05 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=199</guid>
		<description><![CDATA[I estimate I am between 2 and 4 days from reaching my next monetary target which I set myself for my apps. To mark this occasion I have decided to do something which Malcolm Barclay talked about at the last iPhone and Smartphone Publishers and Developers meet up. It&#8217;s nothing too exciting, just I want [...]]]></description>
			<content:encoded><![CDATA[<p>I estimate I am between 2 and 4 days from reaching my next monetary target which I set myself for my apps. To mark this occasion I have decided to do something which <a href="http://www.mbarclay.net/">Malcolm Barclay</a> talked about at the last <a href="http://www.meetup.com/iPhone-and-Smartphone-Publishers-and-Developers/">iPhone and Smartphone Publishers and Developers meet up</a>. It&#8217;s nothing too exciting, just I want to give it a try!</p>
<p>In other news I currently have 5, yes FIVE, apps in review with Apple. I&#8217;ve been quite busy over the past couple of weeks as I&#8217;ve been between jobs. I&#8217;ve released updates to 4 apps (another update to Subnet Calc Pro off the back of comments from users) and 1 completely new app which will be interesting for anyone out there who uses a Zen Internet broadband connection!</p>
<p>I&#8217;m continually impressed by Apple&#8217;s ability to keep the iPhone platform going so strong. It would be interesting to try doing it full time, but I don&#8217;t want to take that risk at the moment as I can&#8217;t guarantee I&#8217;d have enough money coming in and I actually am very much looking forward to starting my new job on Monday!</p>
<p><strong>UPDATE</strong>:<br />
Well I reached it! And I have now almost reached my next target! I also have released the app for Zen broadband customers, it&#8217;s called <a href="/zebbus">ZeBbUs</a> (Zen Broadband Usage) and it lets you know how much of your Zen broadband plan you have used this month.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/07/almost-reached-my-next-monetary-target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UIImagePickerController returning nil image</title>
		<link>http://iphone.galloway.me.uk/2009/07/uiimagepickercontroller-returning-nil-image/</link>
		<comments>http://iphone.galloway.me.uk/2009/07/uiimagepickercontroller-returning-nil-image/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:59:04 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=189</guid>
		<description><![CDATA[I am having a strange issue with UIImagePickerController which is really bugging me. I&#8217;ve also found someone else with the same problem so I know it&#8217;s not just me!
When using UIImagePickerController, and the imagePickerController:didFinishPickingImage:editingInfo: delegate method gets called, I find that sometimes the returned image is nil, which depending on what you do with the [...]]]></description>
			<content:encoded><![CDATA[<p>I am having a strange issue with UIImagePickerController which is really bugging me. I&#8217;ve also found someone else with the same problem so I know it&#8217;s not just me!</p>
<p>When using UIImagePickerController, and the imagePickerController:didFinishPickingImage:editingInfo: delegate method gets called, I find that sometimes the returned image is nil, which depending on what you do with the image will cause a crash or at least not do what you expected. It seems to be a memory issue because when you reboot the iPhone and try again, it works and returns the image correctly. Also, I&#8217;ve not have the problem on iPhone 3G S which has more RAM, indicating again to a memory issue.</p>
<p>I&#8217;m wondering it the new imagePickerController:didFinishPickingMediaWithInfo: delegate method will work &#8211; as the other has been deprecated in 3.0 anyway.</p>
<p>But has anyone else had, and fixed, this problem?</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/07/uiimagepickercontroller-returning-nil-image/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>iPhone OS 3.0: My Thoughts</title>
		<link>http://iphone.galloway.me.uk/2009/03/iphone-os-30-my-thoughts/</link>
		<comments>http://iphone.galloway.me.uk/2009/03/iphone-os-30-my-thoughts/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:28:58 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=126</guid>
		<description><![CDATA[Ok, there&#8217;ll be plenty of these kind of post floating around, but I wanted to get my thoughts written down anyway.
Before the iPhone event today, my thoughts on iPhone OS 3.0 were that it would be a worthwhile upgrade and I was excited to see what new features Apple had in store (you can ask [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, there&#8217;ll be plenty of these kind of post floating around, but I wanted to get my thoughts written down anyway.</p>
<p>Before the iPhone event today, my thoughts on iPhone OS 3.0 were that it would be a worthwhile upgrade and I was excited to see what new features Apple had in store (you can ask anyone at my work and they&#8217;ll say how excited I was!). But it turned out that Apple went far above and beyond what I had expected&#8230;</p>
<p><span id="more-126"></span><br />
At the start of the event they showed a few pretty graphs but one graphic in particular caught my eye:</p>
<p style="text-align: center;"><img class="size-full wp-image-132  aligncenter" title="iPhone SDK" src="/wp-content/uploads/2009/03/iphone_sdk1.png" alt="iPhone SDK" width="300" height="300" /></p>
<p style="text-align: center;"> </p>
<p>To me, this screamed that there would be copy &amp; paste (scissors icon) and some sort of tethering between devices (two iPhones icon). The other icon which interested me was the one right below the &#8216;D&#8217; &#8211; the universal connector icon. Of course, we now know what all those icons turned out to be and it all makes sense.</p>
<p>I particularly liked the LifeScan presentation about their glucose monitoring tool for the iPhone. This is an idea for an application which I had already had (honestly!) but without hardware support it renders it a little cumbersome. Of course with 3.0 and hardware integration, these sort of apps will be much more common.</p>
<p>Copy &amp; paste to me isn&#8217;t a major one and I don&#8217;t really mind that it&#8217;s there. It might be useful I suppose. I think it&#8217;s all been a lot of hype though.</p>
<p>The developer API advances which most excite me are:</p>
<ul>
<li>Push notifications</li>
<li>Ability to charge for app add-ons and subscription services</li>
<li>Hardware integration with apps</li>
</ul>
<p>I also am pleased that Apple have generally tidied up the operating system and improved their own apps. Most of note is the syncing of data with iTunes and the Notes application. Could this be the start of syncing of developer apps as well?</p>
<p>Most importantly, Apple has released the iPhone 3.0 Beta TODAY &#8211; thanks for that Apple!</p>
<p>And one more thank-you to Apple for being such an amazing technology company &#8211; even in the current economic climate you continue to impress and evolve at a rapid rate.</p>
<p><strong>UPDATE:</strong> I&#8217;ve just found out that they added CoreData as well! OK, that has to be my favourite feature of 3.0. Well done Apple!</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/03/iphone-os-30-my-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website!</title>
		<link>http://iphone.galloway.me.uk/2009/01/new-website-2/</link>
		<comments>http://iphone.galloway.me.uk/2009/01/new-website-2/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 16:23:51 +0000</pubDate>
		<dc:creator>Matt Galloway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=52</guid>
		<description><![CDATA[Over the past couple of days I&#8217;ve been updating the look of this site because I realised that the old design wasn&#8217;t all that great. The new site should be generally easier to navigate around slowly I will move over my iPhone SDK tutorials into this site so that all things iPhone are in one [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of days I&#8217;ve been updating the look of this site because I realised that the old design wasn&#8217;t all that great. The new site should be generally easier to navigate around slowly I will move over my iPhone SDK tutorials into this site so that all things iPhone are in one place.</p>
<p>Please let me know any feedback which you might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphone.galloway.me.uk/2009/01/new-website-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
