I have a NSString object that contains, for example, the encoded string : Tm8gMQ==
Because I recover a NSString object and not an NSData object, how am I suppose to decode it ?
Thank you.
I have a NSString object that contains, for example, the encoded string : Tm8gMQ== Because I recover a NSString object and not an NSData object, how am I suppose to decode it ? Thank you. |
||||
Base64
encoded, check this answer: stackoverflow.com/questions/14648825/… – Alladinian 5 mins ago