iPod touch for iPhone development - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T16:59:54Z http://stackoverflow.com/feeds/question/134048 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development 7 iPod touch for iPhone development Julius Eckert 2008-09-25T15:35:44Z 2009-09-23T09:53:33Z <p>I am thinking about buying an iPod touch to make some money on developing apps for the iPhone. I like the concept of the App Store and had a quick look at it with iTunes. Looks like applications are categorized, to be iPhone OR iPod applications. Some apps which are free for the iPod seem to cost for iPhone users.</p> <p>What is the difference of both platforms, or why is the App Store separating them ? Does it make sense to develop for the iPhone using an iPod touch (beside phone/location related apps) ?</p> <p>On developer.apple.com I can sign up for selling my Applications on the AppStore for 99$. Do I have to expect any further costs ? Is it a problem to develop from outside the US (in my case Germany) ?</p> http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development/134059#134059 16 Answer by Airsource Ltd for iPod touch for iPhone development Airsource Ltd 2008-09-25T15:37:53Z 2009-09-23T09:53:33Z <p>The iPod touch is missing:</p> <ul> <li>GPS</li> <li>Bluetooth</li> <li>Cellular network</li> <li>Camera</li> <li>Microphone (thanks <a href="http://stackoverflow.com/users/1450/john-topley">John Topley</a>)</li> <li>Vibration</li> <li>The 1G is lacking a speaker</li> </ul> <p>On the plus side it weighs a bit less and is a bit smaller.. Other than that they are pretty much identical (no sarcasm here; it still has the same processor, OS, control system, and display) Personally I would get an iPhone, as you will probably end up getting one later on anyway. I have an iPod touch (bought first) and an iPhone. I never use the iPod anymore.</p> <p>The iPod touch is obviously cheaper than the iPhone, and there is no contract necessary. However, at least in the UK you can get a contract-free iPhone, and you should be able to do so soon on AT&amp;T in the USA. </p> <p>There are no extra costs besides the $99 for application development (which is a yearly fee)</p> <p>We are developing from the UK. One issue to be aware of when you eventually sell your application is tax withholding - Apple will retain 30% of your revenues. There are some forms you need to fill out - I dealt with this in <a href="http://stackoverflow.com/questions/124093/tax-on-iphone-developer-payments#127200">another thread</a>. Here's what I wrote there:</p> <p>You need to fill out a <a href="http://www.irs.gov/pub/irs-pdf/fw8ben.pdf" rel="nofollow">W-8BEN</a> and give it to Apple to avoid a 30% tax withholding. This requires that you have a SSN (Social Security Number). If, and only if, you do not have an SSN, you may supply an ITIN (Individual Taxpayer Identification Number) or an EIN (Employer ID Number). </p> <p>To get an ITIN, you need to fill out form <a href="http://www.irs.gov/pub/irs-pdf/fw7.pdf" rel="nofollow">W7</a> and submit that to the IRS.</p> http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development/134092#134092 0 Answer by pdavis for iPod touch for iPhone development pdavis 2008-09-25T15:42:40Z 2008-09-25T15:42:40Z <p>I would recommend skipping the iPod Touch and going straight to the iPhone if development is your goal. It has more capabilities (GPS, Bluetooth, Cellular network and Camera) which makes for a wider range of potential applications that may actually be used.</p> http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development/134226#134226 3 Answer by pixel for iPod touch for iPhone development pixel 2008-09-25T16:06:33Z 2008-09-25T16:06:33Z <p>I currently use an iPod Touch for testing in development, but my application doesn't (currently) use any of the iPhone-only features (such as GPS or the camera).</p> <p>Other than the hardware differences, the OS is the same, and the iPhone comes with a monthly fee from the cellphone carrier.</p> <p>In the AppStore, you can mark your application as iPhone Only or iPod &amp; iPhone. If you application needs detailed GPS, photo taking capability, etc you'll make it as iPhone only.</p> <p>There is no way to set separate pricing for an app based on whether the user has an iPod or iPhone, unless you release two separate versions of the application.</p> http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development/145140#145140 1 Answer by schwa for iPod touch for iPhone development schwa 2008-09-28T03:31:20Z 2008-09-28T03:31:20Z <p>I use an iPhone 3G, iPhone 2G and an (original) iPod Touch for development. I really like to be able to test on ALL available devices.</p> http://stackoverflow.com/questions/134048/ipod-touch-for-iphone-development/1038694#1038694 1 Answer by Rhythmic Fistman for iPod touch for iPhone development Rhythmic Fistman 2009-06-24T14:23:51Z 2009-06-24T14:23:51Z <p>The biggest problem I've found with using the iPod touch (2G) is that it's <em>faster</em> than the iPhone. That's serious if you're working on a game. I've found the iPhone 3G to be around 10fps slower than my iPod, so before submitting the app I'll probably have to shell out for an iPhone anyway. I'm really not looking forward to the sadomasochistic relationship that is your average telco contract.</p>