tags:

views:

216

answers:

1

Hi

I am fairly new to iphone development. Right now, I am working on an iphone game that is being developed in cocos2d. But I want to create an iphone application that uses its GPS system. I searched a lot on net but didn't find much.

I want to know about:

  1. What framework tou use like cocoa touch or cocos2d,etc?
  2. Any linksk that could help me regarding this?
  3. Any other relevant and helpful information?

Thanks

+1  A: 

You want the Core Location framework. Everything you need to know is here.

calmh