tags:

views:

185

answers:

2

Hello I want to develop an iphone application which uses GPS. So from where i can start ?

+7  A: 

You'll want to go to the "iPhone Dev center" http://developer.apple.com/iphone/index.action

You can create a free account and access the programming material. GPS specific information is a part of the Core Location Framework

I highly recommend you take some time and get to know Objective-c first, doing some beginner tutorials on the Apple Developer site

ctshryock
+2  A: 

What not to do:

  1. Ask how to do every little thing before you actually learn Objective-C or read through the How To's/Tutorials on Apple's iPhone Dev Center.
  2. Ask open ended questions with no code or specifics.
  3. Ask Stackers to write your code for you.
Jordan