I have a UIWebView
into which I want to load this URL
https://itunes.apple.com/us/album/blurred-lines-feat.-t.i.-pharrell/id621507456.
This link works on the desktop version of Chrome and Safari, but does not work in the iOS Simulator version of Safari (it says "Safari could not load the page because the address is invalid"). To make sure that this is not a problem due to my setting up my UIWebView
improperly, I tried loading http://www.apple.com
in the web view, and that works fine.
Also, for some odd reason, the link worked one time, then I restarted the application and it did not work. That happened several times.
How can I get the URL to load?