ipad - TCP socket communication in iOS (Swift) -
i'm trying communicate device on intranet using sockets. app running on ipad.
i have established socket connection device port. i'm able send data it. once connection established, device ask password. send in following way.
[uint8](data.utf8)
but, device not able recognize it.
but, if try communicate windows, able recognize password.
am missing or need convert string in mac other format?
Comments
Post a Comment