<?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>iPassion &#187; iphone sdk</title>
	<atom:link href="http://www.ipassion.it/tag/iphone-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipassion.it</link>
	<description>Mauro Dalu, proud to be a Surgeworker</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iTunes and Xcode 3.2.3 do not recognize iPhone on Mac OS X 10.6</title>
		<link>http://surgeworksmobile.com/iphone/itunes-and-xcode-3-2-3-do-not-recognize-iphone-on-mac-os-x-10-6</link>
		<comments>http://surgeworksmobile.com/iphone/itunes-and-xcode-3-2-3-do-not-recognize-iphone-on-mac-os-x-10-6#comments</comments>
		<pubDate>Wed, 04 Aug 2010 09:45:25 +0000</pubDate>
		<dc:creator>Mauro Dalu</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple software update]]></category>
		<category><![CDATA[ios sdk]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://surgeworksmobile.com/?p=2434</guid>
		<description><![CDATA[Before wasting too much time messing with cables and blaming USB ports (like I did), check on Apple&#8217;s Software Update if the iPhone SDK Compatibility Update 1.0 is there for you to install. The solution to your problem is just a handful of kilobytes and one restart away :) Here is the relevant post on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2435" title="Xcode-does-not-see-connected-iPhone" src="http://surgeworksmobile.com/wp-content/uploads/2010/08/Xcode-does-not-see-connected-iPhone.jpg" alt="" width="300" height="300" />Before wasting too much time messing with cables and blaming USB ports (like I did), check on Apple&#8217;s Software Update if the iPhone SDK Compatibility Update 1.0 is there for you to install.</p>
<p>The solution to your problem is just a handful of kilobytes and one restart away :)<br />
<span id="more-2434"></span><br />
Here is the relevant post on Apple&#8217;s support website:<br />
<a href="http://support.apple.com/kb/TS2983" >Mac OS X v10.6: iPhone or iPod touch not recognized if iPhone SDK was installed in Mac OS X v10.5<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://surgeworksmobile.com/iphone/itunes-and-xcode-3-2-3-do-not-recognize-iphone-on-mac-os-x-10-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build and submit a Universal App for distribution on the App Store with the iOS 4 SDK</title>
		<link>http://surgeworksmobile.com/iphone/how-to-build-and-submit-a-universal-app-for-distribution-on-the-app-store-with-the-ios-4-sdk</link>
		<comments>http://surgeworksmobile.com/iphone/how-to-build-and-submit-a-universal-app-for-distribution-on-the-app-store-with-the-ios-4-sdk#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:13:09 +0000</pubDate>
		<dc:creator>Mauro Dalu</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[ios 4]]></category>
		<category><![CDATA[iphone os 4]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[itunes connect]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://surgeworksmobile.com/?p=2372</guid>
		<description><![CDATA[Today I&#8217;ve been working on submitting an update to our popular Catholic Prayers database app: it&#8217;ll be our first Universal application to hit the App Store. Ever since we upgraded to the latest SDK we can only build for iOS 4, but we&#8217;ve set the iPhone OS Deployment Target to be 3.1.3. That way, our [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://surgeworksmobile.com/wp-content/uploads/2010/07/Xcode-submit-to-iTunes-Connect.jpg" alt="" title="Xcode-submit-to-iTunes-Connect" width="300" height="300" class="alignleft size-full wp-image-2373" />Today I&#8217;ve been working on submitting an update to our popular <a href="http://praywith.us.com" >Catholic Prayers database app</a>: it&#8217;ll be our first Universal application to hit the App Store. Ever since we upgraded to the latest SDK we can only build for iOS 4, but we&#8217;ve <a href="http://surgeworksmobile.com/iphone/how-to-unable-to-build-for-iphone-os-3-1-3-after-iphone-sdk-ios-4-upgrade">set the iPhone OS Deployment Target to be 3.1.3</a>. That way, our users should be able to run the app on devices running iPhone OS 3.x.</p>
<p>Xcode includes project templates for iPad apps and has a menu command (Project > Upgrade Current Target for iPad) that helps you get the project setup correctly when you want to add iPad support to your existing iPhone project. The Upgrade command gives you two options&#8230;<span id="more-2372"></span></p>
<ul>
<li>Upgrade your existing iPhone app to a universal application that runs on both iPhone and iPad. Customers buy Universal apps once and can install it on iPad, iPhone and iPod Touch devices. <a href="http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadProgrammingGuide/StartingYourProject/StartingYourProject.html#//apple_ref/doc/uid/TP40009370-CH9-SW2" >Learn more reading Apple&#8217;s documentation</a>.</li>
<li>Create a separate iPad target based on your existing iPhone target. Both targets will use much of the same codebase but in the end, you compile two separate apps. Customers who want to use both the iPhone and iPad-optimized apps have to buy both of them. <a href="http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadProgrammingGuide/StartingYourProject/StartingYourProject.html#//apple_ref/doc/uid/TP40009370-CH9-SW8" >Learn more reading Apple&#8217;s documentation.</a></li>
<p>The new Build > Build and Archive command builds your app, creates an .ipa file (the zip archive of your app bundle you need to create to submit your app to iTunes Connect) and then archives the app bundle in a subfolder of ~/Library/MobileDevice/Archived Applications. These archives also appear in the new Archived Applications view in the Organizer.</p>
<p>The great thing is that the new Organized feature simplifies the painful interaction with iTunes Connect: the Organizer allows to setup your app for Ad Hoc distribution and to upload the final version to iTunes Connect.</p>
<p>On top of that, the &#8220;Validate Application&#8221; button will, in Apple’s words, “run all of the validation tests that will be run upon submission to the App Store so that you can fix any problems before submitting your app.”</p>
<p>The &#8220;Submit Application&#8221; button will upload the binary to iTunes Connect. Before you do this, you must have set up the application with all its metadata (screenshots, 512×512 icon, keywords) in iTunes Connect (this also true for the Validate Application step).</p>
<p>Make sure that all your keywords are correct because you cannot change them afterwards unless you reject the binary.</p>
<p>These new features are a time saver and are very handy, however there&#8217;s no progress indication in the Organizer window, and nothing is shown in the Activity window as well, so it will look just like Xcode is hanging. Have faith though, it&#8217;s really working :)</p>
]]></content:encoded>
			<wfw:commentRss>http://surgeworksmobile.com/iphone/how-to-build-and-submit-a-universal-app-for-distribution-on-the-app-store-with-the-ios-4-sdk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OS and iPhone SDK 3.1 beta released tuesday night</title>
		<link>http://surgeworks.com/blog/iphone/iphone-os-and-iphone-sdk-31-beta-released-tuesday-night</link>
		<comments>http://surgeworks.com/blog/iphone/iphone-os-and-iphone-sdk-31-beta-released-tuesday-night#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:05:52 +0000</pubDate>
		<dc:creator>Mauro Dalu</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone beta]]></category>
		<category><![CDATA[iphone os 3]]></category>
		<category><![CDATA[iphone sdk]]></category>

		<guid isPermaLink="false">http://surgeworks.com/blog/?p=469</guid>
		<description><![CDATA[The first beta for iPhone OS 3.1 and a matching SDK were seeded to developers on Tuesday night, with around a dozen new extensions for the OpenGL ES graphics library that developers can use to improve graphics exclusively on the iPhone 3GS. Among the new features the ability to select video recording quality and a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-470" title="iphone SDK 3.1" src="http://surgeworks.com/blog/wp-content/uploads/2009/07/iphonesdk31-320x239.jpg" alt="iphone SDK 3.1" width="320" height="239" />The first beta for iPhone OS 3.1 and a matching SDK were seeded to developers on Tuesday night, with around a dozen new extensions for the OpenGL ES graphics library that developers can use to improve graphics exclusively on the iPhone 3GS. Among the new features the ability to select video recording quality and a couple of new app interface classes. Xcode 3.1.3 has also been released.<span id="more-469"></span></p>
<p>The new iPhone OS release is coming unusually soon after 3.0. In the past Apple has preferred to address bugs in minor patches rather than more significant revisions that often contain noteworthy new features. So far, nothing contained in iPhone OS 3.1 is believed to have added significant features. Perhaps it&#8217;s a move to encourage the adoption among iPod Touch users, which are moving to the new OS more slowly then initially anticipated?</p>
]]></content:encoded>
			<wfw:commentRss>http://surgeworks.com/blog/iphone/iphone-os-and-iphone-sdk-31-beta-released-tuesday-night/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
