0

Can Google Play Billing Library be used on Inventor 2?

i want know it

example:

dependencies { val billing_version = "4.0.0"

implementation("com.android.billingclient:billing:$billing_version")

}

jack Jack
  • 1
  • 1

1 Answers1

0

You can write your own extension or use this extension https://puravidaapps.com/billing.php

How to write your own extension see here http://ai2.appinventor.mit.edu/reference/other/extensions.html

Taifun
  • 6,165
  • 17
  • 60
  • 188
  • Does this require additional payment to the author? – jack Jack Jul 14 '21 at 09:03
  • if you want to use the already available extension then yes... feel free to write your own extension and provide it for free to the community... – Taifun Jul 21 '21 at 00:00