play-services-plugins
play-services-plugins copied to clipboard
QUESTION: How to access Google Play Billing outside of Android?
I know this may not be the proper area to ask this, but thank you for taking your time to read.
I thought I read before that Google might introduce the ability to run financial transactions to Google Play through web clients. From last I heard, that event might happen sometime in April or after.
LibGDX has the ability through GWT, or Google Web Toolkit, to host games on a web page and communicate through Google Play already. The same thing is of course also available through Spring server software, Desktop apps, and other sorts of implementations.
I have Open ID Connect code fully functioning for both Desktop and Android. Both successfully connect to my own Spring server project. They keep an independent structure away from Google Play. They just use the authorized Google account info required by an ID Token to log a small amount of info through my Spring server software. At worst, I keep an e-mail address for static records. All financial stuff absolutely goes through Google, and besides the info in the ID Token, my own server has no ties to Google itself at all.
I plan on releasing my code for LibGDX in a month or so for the ID Token stuff. I have my own development plans. Apart from that...
What should I do in regards to Google Play Billing away from Android?
Thank you again for your time.
Have you tried your luck asking this question in StackOverflow? This Github project is more focused on specific Gradle plugins for Android app development.