[PAID] InApp Billing - Google InApp Purchase [V6.0.1]

InAppBilling

This extension allows you to implement google in-app billing in your apps with many features and with latest library v6.0.0.

All Blocks

image image

Documentation

image

This event raises when purchase is successful

image

This event raises when user cancelled the payment

image

This event raises when payment is failed due to some reason

image

This event raises when the purchase is failed to consumed

image

This event raises when the purchase is failed to acknowledge

image

This event raises when the billing client’s setup is finished

image

This event raises when the billing service is disconnected

image

This event raises when any error occurs

image

This event raises when product details got from the product details

This event raises when product details got from the get subscription details

This event raises when purchase details got

image

This event raises when purchase is consumed successful

image

This event raises when acknowledge successful

image

This event raises when active purchases queried

image

This event raises when purchases history queried

image

This event raises when the billing flow launch succeed

image

This event raises when the billing flow launch failed

image

This event raises when InAppMessage response received

image

Initialize the google play client

image

Start the billing connection

image

Ends the billing connection

image

Query the given product details

image

Query the given product details

image

Get the purchase details from given purchase object

image

This block launch the billing flow params for given in-app product details

image

This block launch the billing flow params for given subscription product details

image

This block acknowledge/consume the purchase with purchase token.

image

Query the user purchases, returns purchases details for currently owned items bought within your app.

image

Return the originalJson of the given purchase

image

Query the user purchases history, returns the most recent purchase made by the user for each product, even if that purchase is expired, canceled, or consumed.

image

Returns the originalJSON of the given purchase record

image

Show InAppMessage of the play billing

Usage

Youtube Tutorial

Demo Video

Price

For India :- ₹499
Outside India :- 7$

Extension Size: 260KB

How to buy :
You can buy this extension from AI2 Store
Deep Link for AI2 Store : Click here

Credit

Thanks @Shreyash for the super power full Rush .

Thanks you
Sumit​ :wink:

6 Likes

Excellent Job :star_struck:

1 Like

Good news! A tutorial is now available for this extension on YouTube.

InApp Purchases

InApp Subscription

This extension is best, it does not crash & also acknowledge block works really well. No auto refunds after using this extension → reduced my workload & stress.

1 Like

If a user purchases the Subscription then can we restrict the the same google account being used on multiple devices? I dont have any backend server to authenticate the user.

As far as I know you can’t control google account. It may be possible if you use user authentication to link the subscription with the authenticated user.

Hey Sumit thanks for your great extension.

1 Like

3 Questions.

1st

  • I can’t read anything in the _GotPurchaseDetails Return

2nd
If there is no delay before consuming the product, it is not consumed and no error occurs

3rd
How to redeem a Token from an unconsumed purchase, in the native version of Kodular you could use SKU_Consume, but with a token it is difficult.


blocks

I can’t tell anything without looking to your blocks.
Check the tutorial on the youtube:

It’s same as consumable products, just replace the Acknowledge block with Consume block.

I did not understand you.

When the purchase is successful, consume it there instantly, if you use any verification then store the purchase token in global var and after verification done consume it with the purchase token stored in the var.

After the purchase is made, I save the token to a list. then I call a time of 2 seconds and consume the tokens, saving the tokens again for future comparison

InApp Billing v1.5

This is a small update, now the extension uses latest billing library(v6.0.1).

Added

image

To check wether the app is moded or not.

Changes

  • InApp Billing SDK updated to v6.0.1
  • Offline Verification.
  • Extension SIze : 260 KB

Note:- Your billing can be easily hacked by some dangerous app easily, so make sure to protect your app from patching. Verify signature on the app initialization to verify wether the app is not moded and verify your purchase token/purchase signature through an online API to make sure the purchase is real then consume/acknowledge it.


New Price

This price has been updated.

For India :- ₹499
Outside India :- 7$

How to buy :
You can buy this extension from AI2 Store
Deep Link for AI2 Store : Click here

Thank You
Sumit :wink:

How do I check the apk signature? Do I need to compare the play store SHA signature within the app?

My application that uses the extension does not open anymore, i just remove the extension or use another one and it will open again. (my application was made in appinventor)

It was a bug, now fixed, please redownload the extension, it would work.

Thanks

@iamwsumit Does it work with Oseamiya Admob extension? I added another inAppBilling extension, but it is a conflicting with admob extension.

1 Like

I haven’t checked so I am not sure, but as far as I know many peoples are using this extension with free/paid admob extensions. But not sure, wait for someone to answer…

1 Like

This is my main concern too. Can you please give it a try?

Tutorials are already available, you might watch.

1 Like

A single extension can be used in numerous ways so what everyone wants for them particularly can’t be demonstrated by extension developer.
Instead the developer can provide some standard examples and users will have to adapt them according to their need.

Although what you are looking for is PurchaseSuccessful event.

3 Likes

Hello. Does this extension still work to be used in Kodular? How long could it last if I purchased it today, until a new update is required? Does the purchase include future updates? Thank you