How to use google app engine with Monkey?

Monkey Targets Forums/Android/How to use google app engine with Monkey?

Simonsuuri(Posted 2017) [#1]
Howdy,
I would like to now how to use google app engine?

wondering that;
i need to code "reseiver" to google app engine ?
and then to use httpreguest to send data?

is it that simple?

Edit: I need it mainly for Leaderboards.


Xaron(Posted 2017) [#2]
You mean Google Play Services? There was a module for this here: http://www.monkey-x.com/Community/posts.php?topic=8245

But I don't know if it still works.


Simonsuuri(Posted 2017) [#3]
i really mean Google App Engine.. :)
at least "race time" uses google app engine to store leaderboards and player data, and you can access that same database with html, *ios, android.. *havent tried ios version yet but i belevieve it uses same database since facebook and android does
..


Xaron(Posted 2017) [#4]
Oh I see. I guess in that case you have to build a wrapper for yourself. I might take a look into this as well but it's not on top of my list actually. ;)


Soap(Posted 2017) [#5]
Look into using PlayFab instead. It would be a better solution, and the API is very simple.


Simonsuuri(Posted 2017) [#6]
@Soap Thanks, i will check it out