I have both Android and IOS verions of the same App, which tracks and records yacht races. The Android veriosn is quite accurate, but the iphone version is much less so. Using Googlemaps and running the apps side by side on a road (for reference) The difference is plain. The Android verion shows a location which corresponds with my actual know position, the IOS app shows a position 10 meters or more from the known location.
Reading Apple documentation on GPS I see there are several accuracy constants the most accurate of which is
I am using iLocation library
So, my question is, how do I enable the highest level of accuracy? It is crucial to the app.
Thanks to all who reply!
Reading Apple documentation on GPS I see there are several accuracy constants the most accurate of which is
kCLLocationAccuracyBestForNavigation
This level of accurate is available only if isAuthorizedForPreciseLocation is true.I am using iLocation library
So, my question is, how do I enable the highest level of accuracy? It is crucial to the app.
Thanks to all who reply!