Diego
01/24/2019, 5:05 PMByteArray
. When I import the framework from an iOS project, the ByteArray is converted to KotlinByteArray
but I thought I would have a NSData
in swift 😢 I think a solution would be to pass the ByteArray encoded as Base64
. Is there a better way to convert a ByteArray to NSData?Dominaezzz
01/24/2019, 5:15 PMDiego
01/24/2019, 5:26 PMDominaezzz
01/24/2019, 5:27 PM