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
This solution works.
NSString(bytes: data!, length: data!.count, encoding: NSUTF8StringEncoding)