I would like to create some weather functions in my application, and I will use the NOAA web weather service to get weather information. The NOAA website has extensive information on how to request data and how the resulting data is structured. I'm new to iOS development, so I just need a little tutorial because I'm not sure which APIs I should use to request and process this data. My questions...
- What is the correct way to request access to a user's location?
- If a user allows access to their location, which APIs would I use to access it?
- To make an HTTP request to a RESTful web service, which APIs should I use?
- To process / analyze the received XML data, which API should I use?
And if anyone can offer any good examples on the Internet demonstrating any of these features, this would also be helpful.
Thank you very much for your wisdom!
source share