UE3 - UDK Simple http post in mobile udk/ios

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

paulinventome

New Member
Oct 7, 2011
1
0
0
I've googled around but not found anything concrete so I'm hoping someone here can confirm.

I'm thinking about getting into UDK for iOS development but one thing I need to do is to submit stats to a web server. I'm aware the unreal engine has a tcp class but I don't know if a) that can do it and b) whether the mobile/iOS version can too?

Many thanks in advance
Paul
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
TcpLink has been used by elmuerte in UT2004 to create a nice UnrealScript-only HTTP client library, LibHTTP. Provided TcpLink is functional in your version of the UDK, you should be able to create a HTTP client as well. As far as I'm aware, LibHTTP has not been ported to UDK yet.