Omar Mainegra
06/04/2020, 5:39 PMNSData().initWithBase64EncodedString(str, 0) , but the function is deprecated and doesn't compile, the error says: Use factory method instead, but I can't find the equivalentSam
06/04/2020, 6:18 PMNSData.create(base64EncodedString = dataString, options = NSDataBase64Encoding64CharacterLineLength)Omar Mainegra
06/04/2020, 6:19 PM