In anticipation of the 1.07 update, I started work on a Web based back-end for my apps which would allow me to do common things such as leader-boards, Achievements, act as a match server for multiplayer games, and storing files/save states from within apps.
At this point I've considered developing out a service and creating an easy to use command set utilizing the new HTTP commands to fellow AppGameKit users.
Being that my line of work is in IT and I have a background in server deployment/administration I've been developing this to deploy to a highly reliable data cluster in a Data Center environment. This is something essential for apps which need to have reliable connections/uptime at all times with as little latency as possible. It is also something that is probably not within the scope of many AppGameKit users abilities/budget.
Obviously there are already platforms out there which facilitate this (IE GameCenter or OpenFeint) however none of those libraries can be accessed from Tier1. In addition, because this is all web based(using HTTPS for communication) it is Truly a Cross Platform solution to any platform which has support for HTTP communication, which is pretty much all of them
.
So, who if anyone would be interested in something like this? What features would be most useful to you as an App developer? And would you consider paying for a addon like this?
Moderators: My apologies if this is in the wrong Forum or considered spam/product placement, please move or lock at your discretion.