0

Can I obtain the device location data from GPS chip without using the Core Location Framework provided by the Apple iOS SDK? I am aware of the fact that I can't specifically access the GPS chip using Core Location Framework but I want to do it without using Core Location Framework.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Sumit Gera
  • 1,249
  • 4
  • 18
  • 34

1 Answers1

0

No, programmatically you cannot access the GPS chip without using the Core Location Framework.

AlexWien
  • 28,470
  • 6
  • 53
  • 83
  • can you cite any credible article for that? – Sumit Gera Jun 23 '14 at 03:49
  • If you participate in the Apple Developper Program, and if you have some experience debvelopping for ios, you may have noticed, that you don't have any acces to the hardware, outside the Apple Api. It may work in jailbreaked devices, but not in an regular ios. – AlexWien Jun 23 '14 at 11:40