Hello!
I translate Data in String thus:
let responseData = String(data: urlData!, encoding: .utf8) when outputting via print , the line looks like this (the one that suits me):
print(responseData) -> "dizt7yyFGaKeHTEWDA="
but the variable contains it (the same thing shows po to the log):
"\"dizt7yyFGaKeHTEWDA=\""
what could be the problem?