<?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>iPhone County &#187; SDK</title>
	<atom:link href="http://iphonecounty.com/category/sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphonecounty.com</link>
	<description>iPhone from the bottom up</description>
	<lastBuildDate>Thu, 29 Jul 2010 07:51:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Corona SDK Introduces Device Builds</title>
		<link>http://iphonecounty.com/corona-sdk-introduces-device-builds/</link>
		<comments>http://iphonecounty.com/corona-sdk-introduces-device-builds/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:40:32 +0000</pubDate>
		<dc:creator>iPhone Observer</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[ansca]]></category>
		<category><![CDATA[corona]]></category>
		<category><![CDATA[iphone programming]]></category>

		<guid isPermaLink="false">http://iphonecounty.com/?p=89</guid>
		<description><![CDATA[In other words, the SDK presented a while ago can be used now as a complete development environment. Not a full development environment, because I think a full featured IDE is a must when we&#8217;re talking about IDE&#8217;s, and Corona still misses that. From the documentation, it seems that adding a new app in a [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fiphonecounty.com%252Fcorona-sdk-introduces-device-builds%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Corona%20SDK%20Introduces%20Device%20Builds%22%20%7D);"></div>
<p>In other words, the <a href="http://iphonecounty.com/iphone-sdk-based-on-lua-corona/" target="_blank">SDK presented a while ago</a> can be used now as a complete development environment. Not a full development environment, because I think a full featured IDE is a must when we&#8217;re talking about IDE&#8217;s, and Corona still misses that.</p>
<p>From the documentation, it seems that adding a new app in a previously provisioned device is not very difficult. Didn&#8217;t tested it yet, but I plan to give it a try pretty soon.</p>
<p>From what I know, this is the first third party IDE which allows creating iPhone apps in another language than Objective C AND publish them on the actual device.</p>
<p>More info <a href="http://developer.anscamobile.com/" target="_blank">here</a>.</p>


<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fiphonecounty.com%2Fcorona-sdk-introduces-device-builds%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonecounty.com/corona-sdk-introduces-device-builds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Based On Lua: Corona</title>
		<link>http://iphonecounty.com/iphone-sdk-based-on-lua-corona/</link>
		<comments>http://iphonecounty.com/iphone-sdk-based-on-lua-corona/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:20:58 +0000</pubDate>
		<dc:creator>iPhone Observer</dc:creator>
				<category><![CDATA[SDK]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ansca]]></category>
		<category><![CDATA[corona]]></category>

		<guid isPermaLink="false">http://iphonecounty.com/?p=82</guid>
		<description><![CDATA[Browsing the net the other day I stumbled accross this new SDK called Corona, at anscamobile.com. It&#8217;s basically a superset of functions and libraries which allows you to (allegedly) speed up your development process for the iPhone. So far, it seems to be an SDK geared towards game developing on the iPhone. I downloaded the [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fiphonecounty.com%252Fiphone-sdk-based-on-lua-corona%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22iPhone%20SDK%20Based%20On%20Lua%3A%20Corona%22%20%7D);"></div>
<p>Browsing the net the other day I stumbled accross this new SDK called Corona, at <a title="Corona" href="http://anscamobile.com" target="_blank">anscamobile.com</a>. It&#8217;s basically a superset of functions and libraries which allows you to (allegedly) speed up your development process for the iPhone. So far, it seems to be an SDK geared towards game developing on the iPhone.</p>
<p>I downloaded the package and installed it without problems. Corona comes with a built in iPhone simulator which allows you to test at least the apps shipped in the tutorial. One of the most interesting things about this library is its language: lua. I know Objective C can be a little strange, but pushing lua as a programming language for the iPhone is quite a bold move. I don&#8217;t really know hoe many people know lua, and I also don&#8217;t know the size of the lua communities on the web, but compared with other alternatives, I suppose lua has quite a limited set of adopters. I never tried lua before, so there might be some advantages in using it, such a simplicity in deploying and / or maintenance.</p>
<p>It seems that the library is already used by a number of developers, some apps are already on the APP Store (Fishies, the app featured in the Corona Simulator picture below, is one of them).</p>
<p><img class="aligncenter size-full wp-image-83" title="Corona-Simulator" src="http://iphonecounty.com/wp-content/uploads/2009/06/Corona-Simulator.png" alt="Corona-Simulator" width="250" height="463" /></p>
<p>There a lot of things missing from this SDK, such as how you can test your apps on the iPhone simulator, how you can deploy them using iTunes Connect and so on, but as a phenomenon, I do find this pretty interesting. I didn&#8217;t play with it extensively, other than testing the examples, and this is manily because my lua knowledge is pretty limited at the moment, but it does look as an interesting thing.</p>


<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fiphonecounty.com%2Fiphone-sdk-based-on-lua-corona%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonecounty.com/iphone-sdk-based-on-lua-corona/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrading To iPhone 3GS &#8211; Is It Really Worth?</title>
		<link>http://iphonecounty.com/upgrading-to-iphone-3gs-is-it-really-worth/</link>
		<comments>http://iphonecounty.com/upgrading-to-iphone-3gs-is-it-really-worth/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 14:15:35 +0000</pubDate>
		<dc:creator>iPhone Observer</dc:creator>
				<category><![CDATA[SDK]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[iphone 3GS]]></category>
		<category><![CDATA[iPhone OS 3.0]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://iphonecounty.com/?p=43</guid>
		<description><![CDATA[After the initial hype of the new iPhone 3GS launch, it&#8217;s time to assess the reasons to upgrade in silence. As we already know the iPhone 3GS would be available starting with 19th June in several countries. followed by several other launched up until 9th July. So, why should I upgrade to the new device? [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fiphonecounty.com%252Fupgrading-to-iphone-3gs-is-it-really-worth%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Upgrading%20To%20iPhone%203GS%20-%20Is%20It%20Really%20Worth%3F%22%20%7D);"></div>
<p>After the initial hype of the new <a title="iPhone 3GS launch" href="http://iphonecounty.com/iphone-os-30-and-iphone-3g-s-to-be-launched-in-june-2009/" target="_blank">iPhone 3GS launch</a>, it&#8217;s time to assess the reasons to upgrade in silence. As we already know the iPhone 3GS would be available starting with 19th June in several countries. followed by several other launched up until 9th July. So, why should I upgrade to the new device?</p>
<h3>iPhone 3GS Hardware Features</h3>
<p>The most important feature in the new iPhone 3GS seems to be the digital compass. Android has one, iPhone must have one to. For the iPhone developers this was something really natural, since the iPhone SDK already have some functions for determining not only the orientation, but the speed too. So, it was something expected.</p>
<p>The second most important feature, at least for me, it&#8217;s the speed. According to various sources, the iPhone 3GS processor is running now at 600 Mhz, which is around 25% faster than the actual iPhone 3G. To be honest, I like my iPhone 3G speed. I don&#8217;t do things extremely processor intensive, I don&#8217;t try to calculate PI in less than a second or stuff like that. I&#8217;m just using my iPhone to make phone calls, keep in touch with my tasks, watch movies and check twitter and email from time to time. For what I do, the processor it&#8217;s fine. Really.</p>
<h3>iPhone 3GS Software Features</h3>
<p>Apple has seeded the iPhone 3.0 OS GM release to the developers, which seems to be the final release before the launch. I already tested iPhone 3.0 on one of my iPhones and it&#8217;s great. It really is. I mean search &#8220;a la Spotlight&#8221; over the entire iPhone, cut, copy and paste between applications to name only the things I was able to test immediately, are great. There are also tons of goodies available to developers in the <a title="iPhone SDK" href="http://iphonecounty.com/iphone-sdk-30-whats-in-it/" target="_blank">iPhone SDK 3.0</a>, like Peer to Peer connectivity, In App Payment or In App Mail. Some of them I was able to test while I was prototyping my iPhone apps, and I&#8217;m telling you these are revolutionary stuff.</p>
<p>But, what I forgot to tell you is that I was able to install iPhone OS 3.0 on my iPhone 2G device without too much hassle. Yes, I know Apple says you can&#8217;t, but you can. Anyway, I did it for testing purposes only. The main point is that iPhone OS 3.0 doesn&#8217;t have a lot to do with iPhone 3GS. It would be available to owners of iPhone 3G also, starting with June 17th. So, why should I bother?</p>
<h3>Is It Really Worth To Buy An iPhone 3GS Now?</h3>
<p>The answer is: I don&#8217;t know. From a very narrow standpoint, I will say &#8220;no&#8221;, definitely. I can do my stuff with iPhone 3G just fine, without a digital compass and a 600Mhz processor (which may have some heating problems, I suppose). Since iPhone OS 3.0 would be available to all iPhone users there won&#8217;t be any issues.</p>
<p>From an iPhone developer standpoint, I will say &#8220;maybe yes&#8221; and that would be for testing purposes. It is important to see how an app is working on a genuine device, so a 3GS would be a must have.</p>
<p>Will see about that. <img src='http://iphonecounty.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fiphonecounty.com%2Fupgrading-to-iphone-3gs-is-it-really-worth%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonecounty.com/upgrading-to-iphone-3gs-is-it-really-worth/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>iPhone SDK 3.0 &#8211; What&#8217;s In It?</title>
		<link>http://iphonecounty.com/iphone-sdk-30-whats-in-it/</link>
		<comments>http://iphonecounty.com/iphone-sdk-30-whats-in-it/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:09:34 +0000</pubDate>
		<dc:creator>iPhone Observer</dc:creator>
				<category><![CDATA[APP Store]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[in app mail]]></category>
		<category><![CDATA[in app purchase]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[peer to peer]]></category>
		<category><![CDATA[SDK 3.0]]></category>

		<guid isPermaLink="false">http://iphonecounty.com/?p=3</guid>
		<description><![CDATA[It&#8217;s already there for beta testers and, as one of them, I can tell you that this new 3.0 SDK is something really, really interesting. From the ability to send email from within your application, up to the new Store Kit API, there are tons of improvments and new features. In the following article I [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fiphonecounty.com%252Fiphone-sdk-30-whats-in-it%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22iPhone%20SDK%203.0%20-%20What%27s%20In%20It%3F%22%20%7D);"></div>
<p>It&#8217;s already there for beta testers and, as one of them, I can tell you that this new 3.0 SDK is something really, really interesting. From the ability to send email from within your application, up to the new Store Kit API, there are tons of improvments and new features. In the following article I will outline the goodies that attracted me the most.</p>
<h3>In App Payment</h3>
<p>With this feature you can set a selling object in your application and allow the user to buy it. The pruchase is made through App Store, and the buyer will use the same credentials as for his iTunes account. The selling object can be anything: a game level, an unlocked feature, anything. I really think this will open a whole new stream of revenue both for Apple and for iPhone developers.</p>
<h3>Push</h3>
<p>The long awaited feature is here: now your application can have PUSH notifications via a programable API. What does this mean: you can set up a web server, link it with your iPhone app and then send from that server to your iPhone app various notifications, without the need for your app to be running. The service is using a special layer in the iPhone architecture that allows for unlimited listening capabilities. You can put whatever events you want in your PUSH container from email notifications to various reminders.</p>
<h3>Peer To Peer</h3>
<p>I think this will really transform the world of gaming. Using this API you can create a peer to peer connection via Bluetooth (or any other protocol, if you want to) and ask for an available peer to join you. He can join in a game, in a collaborative app, in whatever you dare to think and invent. The API is looking clean enough and easy to use. That&#8217;s a huge breaktrough.</p>
<p>If you put together In App Payment, Push and Peer To Peer, you can tell already that the next generation iPhone apps will surely be interesting, To say the least.</p>
<p>There are several others novelties, like copy and paste API, but these are really just natural improvements. Specifically for copy and paste, this functionality was already implemented by several respected apps in App Store. Also, one thing that will remind you about Spotlight (yes, this is for you, Mac users) is the ability to search the entire iPhone from within a single point.</p>
<p>All in all, iPhone SDK 3.0, even still in beta, is filled with jewels.</p>


<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fiphonecounty.com%2Fiphone-sdk-30-whats-in-it%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonecounty.com/iphone-sdk-30-whats-in-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
