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

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

php - trouble displaying mysqli database results in correct order -

javascript - Trying create a translator based on a preset alphabet -