- Home /
How to Use Leader Board Third Party API ?
Hi All,
I Want to use a third party API, for saving my multiPlayer game's score on cloud. so i can use it for showing leaderBoard globally. Guys have any solution which suits my requirement. Any multiplayer scoreBoard API.
Thanx.
Answer by akkiDev · Aug 09, 2013 at 07:10 AM
Thanx Slobdell,
But i got a way to solve my problem magically, This take a long time But finally i got it,
there is "App42 Cloud API's" provided by "shephertz", they have a bunch of this type of api's And services . I m going to use these Services ,
They solved my All requirements.
I M VERY HAPPY :).
Answer by Slobdell · Aug 07, 2013 at 11:26 PM
There is not going to be an API that magically takes your scores and stores them somewhere in the cloud. What you're talking about is having a server set up somewhere that you can store and retrieve data from. Check out Amazon EC2 for hosting as you can get a micro instance for free for a year to play around with. Then you're going to need to learn how to talk over the internets using either Unity's Network class, System.Net libraries for TCP communication, or either REST or SOAP based web services. Then the world is your oyster, have fun!