Skip to content

alanflickgames/com.solar2d-plugin.google.iap.billing.v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin.google-iap-billing.v2

This plugin allows you to support in-app purchases using Google's in-app billing service. For more information see the In-App Purchases (IAP) guide.

Using in Simulator project

Add following to your build settings

    plugins = {
        ["plugin.google.iap.billing.v2"] = {
            publisherId = "com.solar2d",
        },
    },

For how to use the plugin, see the API Reference.

Setup

Drag&Drop android directory onto Android Studio dock icon.

Building the plugin

Execute :plugin:exportPluginJar: from android directory run: ./gradlew :plugin:exportPluginJar.

Result should be in plugin/build/outputs/jar/plugin.google.iap.billing.v2.jar.

Platform Support

  • Android

Resources

About

Subscription upgrade fix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.4%
  • Lua 6.6%