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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -