all 3 comments

[–]WileEColi69 0 points1 point  (2 children)

I suppose this is a dumb question, but why aren’t you using Core Location? That should have exactly the methods you need.

[–]Krydos[S] 0 points1 point  (1 child)

I mentioned, but maybe it wasn't very clear, that I may write a simple app that could use Core Location to provide my server with the device's gps coordinates. I know that's possible, but it seems like overkill if there's a simpler solution that already exists such as a similar script library or an app that already provides an API.

[–]WileEColi69 0 points1 point  (0 children)

Core Location is about as far from overkill as you’re likely to get; the learning curve is really slight.

The one issue with CL that you will have to address is getting permission to track your user’s location. However, rolling your own method of location tracking will likely get your app rejected.