Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
3.22/5 (3 votes)
Hi all,
i am trying to transfer a zip file from c# window application to iphone via socket programming.

for sending file i am using below link

https://code.msdn.microsoft.com/windowsdesktop/Fixed-size-large-file-dfc3f45d/[^]

and for receving data on iphone we are using
"GCDasyncsocket library".

above c# code works fine between server to client on c# application on different machine but when i tried to send a file to iphone it is connected to server but file not receving properly on iphone side.

does anyone know something about this ?
Posted
Comments
Richard MacCutchan 13-Nov-14 9:01am    
Do some debugging and provide proper details about the failure.
KarstenK 13-Nov-14 13:27pm    
you should debug it on the "GCDasyncsocket library" side. Networking is fine on iOS, but you need to stick to its rules. ;-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900