I have a url with stringified JSON object appended as below -
Now my problem is URLRequest(url: URL(string: url)!)
can't process this url and giving me nil error
What should I do?
I have a url with stringified JSON object appended as below -
Now my problem is URLRequest(url: URL(string: url)!)
can't process this url and giving me nil error
What should I do?