AltimitSystems / mv-android-client

RPG Maker MV unofficial Android client
http://www.hbgames.org/forums/viewtopic.php?f=48&t=79391
Apache License 2.0
115 stars 38 forks source link

Add in app purchase #7

Closed onlimono closed 5 years ago

onlimono commented 5 years ago

Thanks to your mv-android-client, I was able to successfully build games. Recently I am trying to implement in app purchase, and wondering how to apply Google's iap code. While the code is implemented in Java, RPG Maker MV consists of JavaScript. I'd like to your comment on the basic development direction. Should I convert the code to JavaScript as a plugin, or do you think it is impossible?

felixjones commented 5 years ago

In app purchasing sounds like a choice for the developer, so a Plugin would make more sense.

The extensions system might be good for this kind of thing, but I am considering getting rid of that in favour of just letting Plugin authors bundle .aar files with instructions.