I am looking for a way to get NMEA data from the builtin gps receiver of a iPhone.

Is there a way to access this data without using CLLocationFramework?

link|improve this question
feedback

1 Answer

NO, apple does not allow you to acces the GPS in an other way then via the CoreLocation Framework.

This also means that device without an GRPS chip can support location (it will use triangulation via WiFi).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.