<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1543560289363281574</id><updated>2011-12-07T01:37:27.286-08:00</updated><category term='sites'/><category term='phone call'/><category term='additional information needed'/><category term='enrollment'/><category term='Provisioning Profile'/><category term='purchase'/><category term='App ID'/><category term='resources'/><category term='process'/><category term='useful'/><category term='documents'/><category term='Certificates'/><category term='Devices'/><category term='experience'/><category term='background'/><category term='legal'/><category term='activation'/><category term='why'/><category term='book'/><category term='finished'/><title type='text'>iPhone Development Experience</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-8309841383801499319</id><published>2009-05-25T17:09:00.000-07:00</published><updated>2009-05-25T17:16:08.146-07:00</updated><title type='text'>Lite Version and Full Version</title><content type='html'>I'm getting close to being ready to submit my first app to the AppStore.  I have pretty much finished the full feature version.  Now I need to add advertisements and limit the number of items that are in the Lite version.  I knew that in order to do this, I would like to share the same source files, but have some preprocessor conditionals for the Lite version.&lt;br /&gt;&lt;br /&gt;I first searched for #ifdef and Objective C on Google.  This got me part of the way there, but then I realized that the way to do it is using different targets in Xcode.  Here is a very useful blog entry that explains how to do it:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.pacificspirit.com/blog/2009/01/27/building_for_multiple_iphone_targets_in_xcode"&gt;http://www.pacificspirit.com/blog/2009/01/27/building_for_multiple_iphone_targets_in_xcode&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And here's a site that does the same thing with screenshots:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/"&gt;http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-8309841383801499319?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/8309841383801499319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/lite-version-and-full-version.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/8309841383801499319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/8309841383801499319'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/lite-version-and-full-version.html' title='Lite Version and Full Version'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-2857030864855459577</id><published>2009-05-11T23:29:00.000-07:00</published><updated>2009-05-12T01:27:44.807-07:00</updated><title type='text'>Static Methods</title><content type='html'>One more tip.  If you're looking for how to create static methods that can be called without an instance of the class being initialized, it's pretty simple.  (I wish I hadn't spent an hour trying to find it.)&lt;br /&gt;&lt;br /&gt;Use the (plus) + in front of your method instead of the (minus) -&lt;br /&gt;&lt;br /&gt;Example (assuming your class name is MyClass, and this method is defined within the implementation):&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid ; margin: auto; overflow: auto; width: 430px; height: 210px; white-space: nowrap; padding-left: 10px;"&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;span style="font-family:courier new;"&gt;+(&lt;span style="color: rgb(51, 153, 153);"&gt;MyClass&lt;/span&gt; *)getMyClassInstanceOfType:(&lt;span style="color: rgb(204, 51, 204);"&gt;int&lt;/span&gt;) myClassTypeID&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(51, 153, 153);"&gt;MyClass&lt;/span&gt; *retMyClass = [[&lt;span style="color: rgb(51, 153, 153);"&gt;MyClass&lt;/span&gt; &lt;span style="color: rgb(51, 0, 153);"&gt;alloc&lt;/span&gt;] &lt;span style="color: rgb(51, 0, 153);"&gt;init&lt;/span&gt;];&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(204, 51, 204);"&gt;switch&lt;/span&gt;(myClassTypeID)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(204, 51, 204);"&gt;return&lt;/span&gt; retMyClass;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;This method can be called in your code without instantiating anything like this (assuming &lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;span style="color: rgb(102, 51, 0);"&gt;#define kMyClassTypeFoo&lt;/span&gt; &lt;span style="color: rgb(51, 51, 255);"&gt;1&lt;/span&gt;&lt;/span&gt; is in the header):&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid ; margin: auto; overflow: auto; width: 430px; height: 45px; white-space: nowrap; padding-left: 10px;"&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;span style="color: rgb(51, 153, 153);"&gt;MyClass&lt;/span&gt; *myClass = [&lt;span style="color: rgb(51, 153, 153);"&gt;MyClass&lt;/span&gt; getMyClassInstanceOfType:&lt;span style="color: rgb(102, 51, 0);"&gt;kMyClassTypeFoo&lt;/span&gt;];&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Hopefully that's a time-saver for someone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-2857030864855459577?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/2857030864855459577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/static-methods.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/2857030864855459577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/2857030864855459577'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/static-methods.html' title='Static Methods'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-723430977874680976</id><published>2009-05-11T21:24:00.000-07:00</published><updated>2009-05-11T22:02:15.868-07:00</updated><title type='text'>Development Tips</title><content type='html'>First, the gripes:&lt;br /&gt;&lt;br /&gt;Home, End.  AAAAAAH!  I've found myself at the beginning or end of the file so many times I'm pulling my hair out.  I'm trying to learn the xCode keystrokes rather than just remapping to my Visual Studio keystrokes so that I can work on any Mac.  It is costing me tons of grief.  &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.1729.us/xcode/Xcode%20Shortcuts.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 209px; height: 216px;" src="http://www.1729.us/xcode/Xcode%20Shortcuts.png" alt="" border="0" /&gt;&lt;/a&gt;Anyway, here is a nice pdf that Colin Wheeler put together that I've found very helpful:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.1729.us/xcode/Xcode%20Shortcuts.pdf"&gt;http://www.1729.us/xcode/Xcode%20Shortcuts.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It's printed and mounted above my computer.  (Click the image for a full-size png).&lt;br /&gt;&lt;br /&gt;BTW, it's "command-left-arrow" and "command-right-arrow" for home and end.  Also, "control-/" is critical for going to the next auto-completed parameter.  And, if you haven't found it yet, Esc does code completion (rather crappily!)&lt;br /&gt;&lt;br /&gt;Seriously, how about any code completion whatsoever on protocols!  If you implement a protocol, you won't have any idea if you are overriding a valid method or not.  No syntax highlighting...nothing!  The code sense is worse than Visual Studio 5.  It's worse than UltraEdit.  It's plain bad.  Here's hoping that iPhone dev popularity will force some changes to that feature of Xcode.&lt;br /&gt;&lt;br /&gt;Anyway, I may have led subversion client seekers &lt;a href="http://iphonedevex.blogspot.com/2009/04/iphone-dev-and-subversion.html"&gt;astray&lt;/a&gt;.  Unfortunately, &lt;a href="http://scplugin.tigris.org/servlets/ProjectDocumentList"&gt;SCPlugin&lt;/a&gt; does not automatically detect files that need to be added.  This functionality is ABSOLUTELY NECESSARY in any good revision control client.  It at least needs to tell me which ones I haven't added yet, even if I choose not to add them.  I may have to try Versions.&lt;br /&gt;&lt;br /&gt;My goal is to have my first app submitted to Apple by next Monday.  More later...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-723430977874680976?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/723430977874680976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/development-tips.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/723430977874680976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/723430977874680976'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/05/development-tips.html' title='Development Tips'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-8281940357361895002</id><published>2009-04-22T23:43:00.001-07:00</published><updated>2009-04-23T00:45:57.410-07:00</updated><title type='text'>iPhone Dev and Subversion</title><content type='html'>Well, I'm well underway with my first application that I plan to submit to the AppStore.  After going through the very helpful tutorials in my favorite two iPhone books (&lt;a href="http://www.amazon.com/gp/product/1430216263?ie=UTF8&amp;amp;tag=iphondevelexp-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1430216263"&gt;Beginning iPhone Development: Exploring the iPhone SDK&lt;/a&gt; and &lt;a href="http://www.amazon.com/gp/product/0321555457?ie=UTF8&amp;amp;tag=iphondevelexp-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0321555457"&gt;The iPhone Developer's Cookbook: Building Applications with the iPhone SDK&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=iphondevelexp-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0321555457" alt="" style="border: medium none  ! important; margin: 0px ! important;" width="1" border="0" height="1" /&gt;,) I got to coding my own apps.  Of course, one of the first steps was to figure out...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal; color: rgb(51, 102, 255);font-size:130%;" &gt;Version Control&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://subversion.tigris.org/"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 184px; height: 25px;" src="http://subversion.tigris.org/images/subversion_logo_hor-468x64.png" alt="" border="0" /&gt;&lt;/a&gt;For all of our side projects, we use a Subversion repository for source control.  I'll assume that my audience knows why version control is important and where they can find &lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt;.  What you may be looking for is a TortoiseSVN-equivalent, shell-integrated client for the Finder in OS X. I found one that has all of the basic functionality:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://scplugin.tigris.org/servlets/ProjectDocumentList"&gt;SCPlugin&lt;/a&gt; - the version I downloaded was &lt;a href="http://scplugin.tigris.org/files/documents/1368/45319/SCPlugin-0.7.3l-SVN.1.6.0.pkg.dmg"&gt;SCPlugin-0.7.3l-SVN.1.6.0.pkg&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I've found this to be a very adequate svn client for everything with one inconvenience: SCPlugin doesn't handle svn:ignore.  There is an open &lt;a href="http://scplugin.tigris.org/issues/show_bug.cgi?id=61"&gt;bug&lt;/a&gt; about it, but I don't think it's going to get attention very soon.  It just means you have to remember NOT TO ADD your &lt;span style="color: rgb(255, 0, 0);"&gt;build&lt;/span&gt; folders when you add projects to the repository.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://scplugin.tigris.org/"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 429px; height: 414px;" src="http://scplugin.tigris.org/images/contextual_menu.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://versionsapp.com/"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 243px; height: 158px;" src="http://images.designcreatestyle.com/wp-content/uploads/2009/03/http-wwwversionsappcom-versions-mac-subversion-client-svn.jpg" alt="" border="0" /&gt;&lt;/a&gt;If you want a more full featured svn client that is a standalone app, people speak very highly of &lt;a href="http://versionsapp.com/"&gt;Versions&lt;/a&gt;.  I haven't tried it, and I prefer the ease of doing everything right inside of Finder (or Windows Explorer,) so I probably won't.&lt;br /&gt;&lt;br /&gt;After installing SCPlugin, I found myself needing to do a few things from the Terminal using svn.  Unfortunately, the version of the client that is shipped with Leopard is 1.4.something.  Here is a nice blog post that helped me get upgraded to the newest version in a few minutes: &lt;a href="http://www.gridshore.nl/2008/12/21/upgrade-subversion-client-on-mac-osx/"&gt;http://www.gridshore.nl/2008/12/21/upgrade-subversion-client-on-mac-osx/&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-8281940357361895002?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/8281940357361895002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/iphone-dev-and-subversion.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/8281940357361895002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/8281940357361895002'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/iphone-dev-and-subversion.html' title='iPhone Dev and Subversion'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-7589867405490799392</id><published>2009-04-07T15:00:00.000-07:00</published><updated>2009-04-07T16:02:43.638-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Devices'/><category scheme='http://www.blogger.com/atom/ns#' term='Provisioning Profile'/><category scheme='http://www.blogger.com/atom/ns#' term='App ID'/><category scheme='http://www.blogger.com/atom/ns#' term='Certificates'/><title type='text'>Provisioning Profiles</title><content type='html'>OK.  So, now I'm enrolled.  I've done 7 apps on the iPhone Simulator as part of my switch-over training  (I'm going through the tutorials in &lt;a href="http://www.amazon.com/gp/product/1430216263?ie=UTF8&amp;amp;tag=iphondevelexp-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1430216263"&gt;Beginning iPhone Development: Exploring the iPhone SDK &lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=iphondevelexp-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430216263" alt="" style="border: medium none  ! important; margin: 0px ! important; display: none;" width="1" border="0" height="1" /&gt;) And, like everyone else who had to wait a long time for their company to get enrolled, I was dying to see some of the sample apps run on my real iPhone instead of the simulator.&lt;br /&gt;&lt;br /&gt;The process to do this is much more involved than one would think.  I spent about 3 hours figuring it out, and then it took me all of 10 minutes to talk Russ (my co-worker) through doing it on his Mac/iPhone.&lt;br /&gt;&lt;br /&gt;To give the context, let me put this a simply as I can:&lt;br /&gt;&lt;br /&gt;There are 3 components contained in a Provisioning Profile:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Who can sign&lt;/span&gt; the code - (the valid &lt;span style="color: rgb(51, 102, 255);"&gt;Certificates&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Which Application&lt;/span&gt; it's a profile for - (the &lt;span style="color: rgb(51, 102, 255);"&gt;App ID&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;What devices can install&lt;/span&gt; the App - (the &lt;span style="color: rgb(51, 102, 255);"&gt;Devices&lt;/span&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D7mQ04Bq_QQ/SdvSf6gc28I/AAAAAAAAAGg/d70-Q8fTiiI/s1600-h/HowToVideos.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 274px; height: 389px;" src="http://1.bp.blogspot.com/_D7mQ04Bq_QQ/SdvSf6gc28I/AAAAAAAAAGg/d70-Q8fTiiI/s400/HowToVideos.jpg" alt="" id="BLOGGER_PHOTO_ID_5322078830391516098" border="1" /&gt;&lt;/a&gt;You need to create each of these components in order to create a &lt;span style="color: rgb(51, 102, 255);"&gt;Provisioning Profile&lt;/span&gt; that you can install on your development machine.&lt;br /&gt;&lt;br /&gt;I started by watching the videos on the right side of the iPhone Developer Program Portal.  I found them to be very helpful, though they are missing some important information.&lt;br /&gt;&lt;br /&gt;Here are a couple other sites that were very useful in figuring out how to create and install Certificates, AppIDs, Devices, and Provisioning Profiles:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.talentgrouplabs.com/blog/archive/2008/08/21/preflightingapplication-errors-0xe8000001-and-others.aspx"&gt;http://www.talentgrouplabs.com/blog/archive/2008/08/21/preflightingapplication-errors-0xe8000001-and-others.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.lensenergy.com/archives/2009/01/iphone-dev-tip1---applicationv.html"&gt;http://www.lensenergy.com/archives/2009/01/iphone-dev-tip1---applicationv.html&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;We got our Provisioning Profile installed and working with most of the apps that we had created in the tutorials.  (As a side note: we used a &lt;span style="color: rgb(51, 102, 255);"&gt;wildcard App ID&lt;/span&gt;.)&lt;br /&gt;&lt;br /&gt;I did have a problem with one of my projects that I had created in xCode.  I did everything exactly the same in all the projects I set up for my phone.  However, in one project, I get the following error EVERY time I try to Build and Run, regardless of if I have cleaned all targets or not:&lt;br /&gt;&lt;blockquote style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:130%;"&gt;Your mobile device has encountered an unexpected error (0xE800003A)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;ApplicationVerificationFailed&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;I know I did everything exactly the same.  There must be something different about the project file or something I'm including as a resource or something.  I don't know, but I'd sure like to get it figured out.  I spent way too long on it last night.&lt;br /&gt;&lt;br /&gt;Anyway, this process was not as easy as I would have preferred, but, considering the newness of the SDK, it wasn't horrible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-7589867405490799392?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/7589867405490799392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/provisioning-profiles.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/7589867405490799392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/7589867405490799392'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/provisioning-profiles.html' title='Provisioning Profiles'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_D7mQ04Bq_QQ/SdvSf6gc28I/AAAAAAAAAGg/d70-Q8fTiiI/s72-c/HowToVideos.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-6815385791459862585</id><published>2009-04-06T13:03:00.000-07:00</published><updated>2009-04-06T13:40:29.742-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='activation'/><category scheme='http://www.blogger.com/atom/ns#' term='process'/><category scheme='http://www.blogger.com/atom/ns#' term='enrollment'/><category scheme='http://www.blogger.com/atom/ns#' term='finished'/><category scheme='http://www.blogger.com/atom/ns#' term='purchase'/><title type='text'>We're Enrolled!</title><content type='html'>It's official!  The total time was 18 days from start to finish.  Here are the last two updates:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4/6/09 - &lt;span style="color: rgb(102, 102, 102);"&gt;10:30 AM&lt;/span&gt;&lt;/span&gt; &lt;span style="color: rgb(153, 0, 0);font-size:130%;" &gt;(18 days)&lt;/span&gt; - I called the dev enroll number that was given to my wife at home on Friday to ask why my status was set to&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-size:130%;" &gt;Additional Information Needed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I explained what point I was at, and apparently they had forgotten to verify my address or something.  The nice customer service rep (who also had a Scottish accent) finished up everything that was necessary, and the next email came while I was on the phone with him.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4/6/09 - &lt;span style="color: rgb(102, 102, 102);"&gt;10:32 AM&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; (18 days)&lt;/span&gt;&lt;/span&gt; - I received an email titled &lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program Enrollment Status‏&lt;/span&gt; with a link to accept the &lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program License Agreement&lt;/span&gt;.  Once I clicked through, it brought me back to the next stage of the enrollment process.&lt;br /&gt;&lt;br /&gt;At that point, I just added the $99 Standard Program to my cart, paid for it, and waited for an activation code.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4/6/09 - &lt;span style="color: rgb(102, 102, 102);"&gt;12:02 PM&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;(18 days)&lt;/span&gt;&lt;/span&gt; - I received an email titled &lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program Activation Code&lt;/span&gt;.  This email said,&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;Thank you for applying to the iPhone Developer Program. To activate, simply click on the Activation code link below&lt;br /&gt;&lt;br /&gt;(referring to a link with an activation number.)  Once I clicked the link, it prepopulated a field on the apple dev site, and I clicked the activate button.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-size:130%;" &gt;Done!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I can download the 3.0 SDK, add team members, etc.&lt;br /&gt;&lt;br /&gt;Overall, it was not too bad.  I think Apple needs to streamline it down to a 1-2 day process, but considering the number of developers jumping on this bandwagon, it's not horrible.&lt;br /&gt;&lt;br /&gt;(This is a follow-up post to &lt;a href="http://iphonedevex.blogspot.com/2009/04/enrolling-my-company.html"&gt;Enrolling My Company&lt;/a&gt; and &lt;a href="http://iphonedevex.blogspot.com/2009/04/enrollment-status-updates.html"&gt;Enrollment Status Updates&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-6815385791459862585?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/6815385791459862585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/im-enrolled.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/6815385791459862585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/6815385791459862585'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/im-enrolled.html' title='We&apos;re Enrolled!'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-7303934780504578144</id><published>2009-04-04T14:24:00.000-07:00</published><updated>2009-04-04T14:48:31.807-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sites'/><category scheme='http://www.blogger.com/atom/ns#' term='resources'/><category scheme='http://www.blogger.com/atom/ns#' term='useful'/><category scheme='http://www.blogger.com/atom/ns#' term='book'/><title type='text'>Starting Points</title><content type='html'>Here are a few of the best resources I found that have been very useful in making the transition to iPhone programming:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1430216263?ie=UTF8&amp;amp;tag=iphondevelexp-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1430216263"&gt;Beginning iPhone Development: Exploring the iPhone SDK&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=iphondevelexp-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430216263" alt="" style="border: medium none  ! important; margin: 0px ! important;" width="1" border="0" height="1" /&gt; - An outstanding tutorial for developers making a switch to iPhone development.  I tried a few different books, but found this to be head and shoulders above the rest.  Dave Mark and Jeff LaMarche have a refreshing, fun tone and give exactly the right amount of detail.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cocoadevcentral.com/d/learn_objectivec/"&gt;Cocoa Dev Central - Learn Objective C&lt;/a&gt; - A simple reference and introduction for programmers.  This site assumes that you have some knowledge about other programming languages and about object oriented design.  It introduces the Objective C syntax and explains some of the differences/similarities to other languages.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://stackoverflow.com/questions/146297/what-are-those-little-xcode-tips-tricks-you-wish-you-knew-about-2-years-ago"&gt;What are those little Xcode tips &amp;amp; tricks you wish you knew about 2 years ago?&lt;/a&gt; -A very useful collaboration of tips and tricks dealing with Xcode and Interface Builder.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://appsamuck.com/"&gt;appsamuck.com&lt;/a&gt; - 31 apps in 31 days.  A great site with lots of useful sample code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-7303934780504578144?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/7303934780504578144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/starting-points.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/7303934780504578144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/7303934780504578144'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/starting-points.html' title='Starting Points'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-4889023880051488680</id><published>2009-04-03T22:21:00.001-07:00</published><updated>2009-04-04T14:43:42.998-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='phone call'/><category scheme='http://www.blogger.com/atom/ns#' term='enrollment'/><category scheme='http://www.blogger.com/atom/ns#' term='additional information needed'/><title type='text'>Enrollment Status Updates</title><content type='html'>Well, Apple contacted me today, and there was some good hope.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4/3/09 - &lt;span style="color: rgb(102, 102, 102);"&gt;3:45 PM&lt;/span&gt; &lt;span style="color: rgb(153, 0, 0);"&gt;(15 days)&lt;/span&gt;&lt;/span&gt;- My wife took a phone call from my home (which is the official business phone number for the L.L.C.)  I was given a number to call back, which I did.  When I called the number, a nice gentleman with a Scottish accent took some information from me and then said that he would be able to move the process forward.  He said that I would receive an email with further instructions in a few hours.&lt;br /&gt;&lt;br /&gt;Unfortunately, I have not received any instructions, and my status on the &lt;a href="http://developer.apple.com/iphone"&gt;iPhone Dev Center&lt;/a&gt; has changed to say&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-size:130%;" &gt;Additional information needed.&lt;/span&gt;&lt;br /&gt;&lt;a href="mailto:devenroll@apple.com"&gt;&lt;span style="font-size:85%;"&gt;contact us&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Bummer: so close.  I will try contacting them and see what happens.  Unfortunately, it is now 11:30 PM on a Friday night.  I'm guessing I won't be getting anyone.  Perhaps I'll hear something on Monday.&lt;br /&gt;&lt;br /&gt;(This is a follow-up post to &lt;a href="http://iphonedevex.blogspot.com/2009/04/enrolling-my-company.html"&gt;Enrolling My Company&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-4889023880051488680?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/4889023880051488680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/enrollment-status-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/4889023880051488680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/4889023880051488680'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/enrollment-status-updates.html' title='Enrollment Status Updates'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-5748659630423901546</id><published>2009-04-03T10:13:00.000-07:00</published><updated>2009-04-03T23:01:53.219-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='documents'/><category scheme='http://www.blogger.com/atom/ns#' term='process'/><category scheme='http://www.blogger.com/atom/ns#' term='legal'/><category scheme='http://www.blogger.com/atom/ns#' term='enrollment'/><title type='text'>Enrolling My Company</title><content type='html'>When I got all excited about iPhone app development, I went straight to the&lt;a href="http://developer.apple.com/iphone/"&gt; iPhone Dev Center&lt;/a&gt; and started downloading the 2.2.1 SDK.  I wanted to download the 3.0 SDK, but quickly realized that I needed to enroll in their dev program if I wanted to download.  I knew that this step would be necessary, anyway, if I wanted to sell apps in the AppStore.  I did not realize at the time that this would be a LONG process (much longer than I think it needs to be.)&lt;br /&gt;&lt;br /&gt;Bear in mind that I am enrolling my company (an L.L.C.) instead of an individual.  I have heard that the process is much shorter for individual registration. To try to help answer the question, "How long does it take?" here is a step-by-step log of what has happened to date:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;3/19/09 &lt;span style="color: rgb(153, 0, 0);"&gt;(0 days)&lt;/span&gt;&lt;/span&gt; - I created my Dev Center account/profile and began the enrollment process to register my L.L.C. in the &lt;span style="color: rgb(102, 102, 102);"&gt;Standard Program&lt;/span&gt;.  My status on the &lt;a href="http://developer.apple.com/iphone"&gt;iPhone Dev Center&lt;/a&gt; was immediately changed to&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-size:130%;" &gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Enrollment in identity verification stage.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I also received an email from &lt;span&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program (noreply-iphonedev@apple.com)&lt;/span&gt; titled &lt;span style="color: rgb(102, 102, 102);"&gt;Enrollment Confirmation&lt;/span&gt;.  This email had details about the program that I was trying to enroll in as well as an &lt;span style="color: rgb(102, 102, 102);"&gt;Enrollment ID&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;3/23/09 &lt;span style="color: rgb(153, 0, 0);"&gt;(4 days)&lt;/span&gt; &lt;/span&gt;- I received an email from &lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program (devenroll@apple.com)&lt;/span&gt; titled &lt;span style="color: rgb(102, 102, 102);"&gt;iPhone Developer Program - Additional Information Required (Enrollment ID: XXXXXXXXXX)&lt;/span&gt;.  This email requested that I send "one of the following forms of identity for your business" and then gave me a list of acceptable documents.  Since my company is a L.L.C., I chose to fax my Articles of Organization, which were created when I created the L.L.C. and that showed me as a founding member.&lt;br /&gt;&lt;br /&gt;At the same time, my status on the &lt;a href="http://developer.apple.com/iphone"&gt;iPhone Dev Center&lt;/a&gt; changed to&lt;span style="font-weight: bold; color: rgb(102, 102, 102);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;&lt;span style="color: rgb(51, 102, 255);font-size:130%;" &gt;Company documents needed.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;3/26/09 &lt;span style="color: rgb(153, 0, 0);"&gt;(7 days)&lt;/span&gt;&lt;/span&gt; - I replied to the email that requested the additional information to confirm that they had received the faxed documents.  I was concerned that since my status still said "Company documents needed" that they hadn't been received.  No response...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;3/30/09 - &lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-size:130%;" &gt;3:04 PM&lt;/span&gt;&lt;span style="font-size:130%;"&gt; &lt;span style="color: rgb(153, 0, 0);"&gt;(11 days)&lt;/span&gt;&lt;/span&gt;- I sent a second inquiry in response to the Additional Information Required email asking to confirm that they had, indeed, received the faxed documents.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;3/30/09 - &lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);font-size:130%;" &gt;3:54 PM&lt;/span&gt;&lt;span style="font-size:130%;"&gt; &lt;span style="color: rgb(153, 0, 0);"&gt;(11 days)&lt;/span&gt;&lt;/span&gt;- I received a response from &lt;span style="color: rgb(102, 102, 102);"&gt;devenroll@apple.com&lt;/span&gt; with the same title as above.  It gave me a&lt;span style="font-family:monospace;"&gt; &lt;/span&gt;follow-up number for future communication.  Here's an excerpt from the response:&lt;br /&gt;&lt;blockquote&gt;Thank you for contacting the Apple Developer Connection regarding the iPhone Developer Program.&lt;br /&gt;&lt;br /&gt;We can confirm that we have received your business documentation. We are currently reviewing your application and will contact you with further information regarding your application status as soon as it becomes available.&lt;br /&gt;&lt;br /&gt;I hope you find this information useful. Please let me know if you have any further questions.&lt;/blockquote&gt;&lt;br /&gt;At the same time, my Enrollment Status on the &lt;a href="http://developer.apple.com/iphone"&gt;iPhone Dev Center&lt;/a&gt; also changed to&lt;strong style="font-weight: bold; color: rgb(102, 102, 102);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong style="color: rgb(102, 102, 102); font-weight: normal;"&gt;&lt;span style="color: rgb(51, 102, 255);font-size:130%;" &gt;Contacting your legal representative.&lt;/span&gt;&lt;/strong&gt;&lt;strong style="font-weight: bold; color: rgb(102, 102, 102);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;I have since been waiting for a contact from Apple.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4/3/09 - &lt;span style="color: rgb(102, 102, 102);"&gt;8:57 AM&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt; &lt;span style="color: rgb(153, 0, 0);"&gt;(15 days)&lt;/span&gt; &lt;/span&gt;- I sent an email today asking how long this process of being contacted typically takes.&lt;br /&gt;&lt;br /&gt;That's where I am so far--updates on responses/further steps to follow...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-5748659630423901546?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/5748659630423901546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/enrolling-my-company.html#comment-form' title='25 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/5748659630423901546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/5748659630423901546'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/enrolling-my-company.html' title='Enrolling My Company'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>25</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1543560289363281574.post-1401616705400825376</id><published>2009-04-03T08:02:00.000-07:00</published><updated>2009-04-03T14:47:46.903-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='why'/><category scheme='http://www.blogger.com/atom/ns#' term='background'/><category scheme='http://www.blogger.com/atom/ns#' term='experience'/><title type='text'>Why this Blog?</title><content type='html'>A few co-workers and I have recently become very excited about developing iPhone Apps.  I have seen a few other blogs out there, and I have found the information that other developers like me have posted to be very useful.  My hope is that this information can be useful to other developers out there that are making the transition.&lt;br /&gt;&lt;br /&gt;I should start by saying that I have worked as a software engineer for the past 13 years.  I have primarily used C++, C#, Java, Javascript, and Lingo, with most of my experience coming in C#.  I love Visual Studio, and have been primarily Windows the entire time.&lt;br /&gt;&lt;br /&gt;I am a co-founder of a small software company that has about $10-$12 million in annual revenue.  I am doing the iPhone development on the side for additional income and for fun.&lt;br /&gt;&lt;br /&gt;Through my current position, I have some limited Mac development experience.  (I have helped to maintain our Mac client software for the last couple years.)  However, realistically, I knew zero Objective C, and very little about xCode or Interface Builder prior to about 2 weeks ago.&lt;br /&gt;&lt;br /&gt;I was just a little too young to catch the .com wave, but I'm not going to miss the mobile applications boom.  There is going to be way too much money to be made for me to pass up the opportunity.&lt;br /&gt;&lt;br /&gt;So, that's my background and why I'm writing.  I hope you find it to be helpful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1543560289363281574-1401616705400825376?l=iphonedevex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iphonedevex.blogspot.com/feeds/1401616705400825376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/why-this-blog.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/1401616705400825376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1543560289363281574/posts/default/1401616705400825376'/><link rel='alternate' type='text/html' href='http://iphonedevex.blogspot.com/2009/04/why-this-blog.html' title='Why this Blog?'/><author><name>Ben</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_D7mQ04Bq_QQ/SdaAmz4T_KI/AAAAAAAAAGA/PVVgRHACG6Y/S220/Avatar.jpg'/></author><thr:total>1</thr:total></entry></feed>
