I am making player which going to support Google DFP adserver. The Ad-server has a VAST link which is XML type and contains media-file, track links, clickLink etc...
The clickLinks includes a redirecting url to the original url which I could not properly decode.
I tried to decode by using stringByAddingPercentEscapesUsingEncoding
and then encode again but NSURL seems to be broken.
Original VastURL is:
How can properly cast this to an NSURL
?