Using NSURLConnection sendAsynchronousRequest:queue:completionHandler:
to render data from server.
Development environment uses http, while Production environment uses https.
Data's are fetched from server in development environment. But failed to render data in production environment.
Why it is failing in production environment (HTTPS).