Skip to main content

Questions tagged [webservice]

Filter by
Sorted by
Tagged with
0 votes
0 answers
507 views

I have a windows VPS server and i have installed an Apache server on it. in my server I only have a simple text file that contains some few words. My problem is that when I'm trying to sending a web ...
iman_sh's user avatar
  • 175
4 votes
0 answers
295 views

I have this line of code: SDE3D _webService = new SDE3D(); int result = _webService.UserLogin(txtLoginUsername.text, hashString); My ...
stighy's user avatar
  • 477
1 vote
3 answers
2k views

I want to know how can I define daily monthly challenges in my game? Is this something can be defined locally or its need server and external services? And which servers and technologies can ...
virtouso's user avatar
  • 2,680
0 votes
0 answers
186 views

I have a unity3d Player where I need some data from the server. The server code is written in python while on client side is C#. Now I am searching a way that server directly post/push data to my ...
Muhammad Faizan Khan's user avatar
0 votes
1 answer
439 views

I have a game where I have to get data from the server but the problem is I don't know when the data will become available on server. So I decided to use co-routine and hit server at after specific ...
Muhammad Faizan Khan's user avatar