I am facing problems while converting UInt8 Byte array to string in swift. I have searched and find a simple solution
UInt8
String.stringWithBytes(buf
Update for Swift 5.2.2:
String(decoding: yourByteArray, as: UTF8.self)