I am using openweathermap API in my iOS app.
Below is my URL which i am call for get whether info.
While open this url in browser i got response properly.
But when i call Web-service from my iOS app i do not get response. I get below error :
{
cod = 401;
message = "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.";
}
I had created API key from this URL : Create API key on Open Wheather