B4A Library GooglePlayBilling - In App Purchases - Erel    Oct 12, 2025   (32 reactions) GooglePlayBilling is based on the new in app purchases service: https://developer.android.com/google/play/billing/billing_library_overview Usage instructions: 1. Add to the manifest editor: CreateResourceFromFile(Macro, GooglePlayBilling.GooglePlayBilling) 2. Create a BillingClient object in... in its own sub and that sub must be in the same module where BillingClient was initialized... the store service is always valid. You should instead call Billing.ConnectIfNeeded before making other... B4A Question Problem with GoogleBilling library 3 in new app due to Google restriction - hatzisn    Aug 24, 2022 on August 2, 2022, all new apps must use Billing Library version 4 or newer. By November 1, 2022, all updates to existing apps must use Billing Library version 4 or newer." https://developer.android.com/google/play/billing/migrate-gpblv5 @Erel can you please upgrade the code to GoogleBilling... Share My Creation GooglePlayBilling Demo - aeric    Aug 9, 2024   (17 reactions) Version: 18.0 Google Play: https://play.google.com/store/apps/details?id=my.computerise.demo.inappbilling I make a demo for testing the in-app purchase function to be use in my other app. You can download the demo or contact me if you want to become an Alpha tester. Note: Alpha tester can make test purchases without making payment for the purchases. What's new Use B4XPages Updated targetSdkVersion = 34 New GooglePlayBilling SDK v7.01 RemoveAds is now removed Get prices from... B4A Question [solved] GooglePlayBilling v7.00 - subscription error - aeric    May 29, 2024 I am testing the new GooglePlayBilling library v7.00 I get an error on line #99 when calling LaunchBillingFlow for subscriptions. Result = billing.LaunchBillingFlow(SkuDetails.Get(0)) SkuDetails...,"type":"subs","title":"Weekly RM1.99 (In App Billing Demo)"...:"weekly_1","type":"subs","title":"Weekly RM1.99 (In App Billing...', productType='subs', title='Weekly RM1.99 (In App Billing Demo)'... B4A Tutorial Android In-App Billing v3 Tutorial - Erel    Mar 22, 2020   (2 reactions)   tags: admob, firebase, B4A New version: GooglePlayBilling - In App Purchases This tutorial covers the new API for in-app billing provided by Google. The main differences between v3 and the previous version are: - (v3... the add-on again. The official documentation is available here: In-app Billing Version 3 | Android Developers Implementing in-app billing in your application The first step is to upload a draft APK... Services & APIs you will find your license key. This key is also required for in-app billing... B4A Library In-App Billing v3 library - Erel    Oct 28, 2018   (9 reactions)   tags: payment, Billing Accept payments with Google In-app Billing (v3) service. The tutorial is available here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/29997-android-app-billing-v3-tutorial.html V1.32 - Fixes a crash that can happen when the device doesn't support in app billing. V1.31 - Allows accessing the store inventory information: manager.GetInventoryInformation(Array(<products ids here>)) Sub Manager_InventoryCompleted (Success As Boolean, Products As List) If Success... Wish Update Google Play Billing Library to 8.0.0 version - asales    Jul 30, 2025 A new version (8.0.0) of Google Play Billing Library was released.
https://developer.android.com/google/play/billing/release-notes?hl=en
@Erel could, please, update the lib?:
https://www.b4x.com... B4A Example Google Play Billing v.7 Subscription Example - asales    Jun 22, 2024   (9 reactions) This is a modified example, based in the original example from @Erel. The previous example only make purchases. This new example utilizes the Google Play Billing library v.7, changes the purchase to subscription and remove the ads. Due the requirements of the new library version, you need to access the Play Console, create a new app (if it don't exists) and: 1 - Get the License Key 2 - Create the subscription products... B4A Question Google play billing v6 - Scantech    May 28, 2024   (1 reaction) Any chance getting the library updated to v6? Thanks. Deadline is August.... B4A Question GooglePlayBilling Warning Play Store - MarcoRome    Jan 21, 2021 Hi, After put an app using GooglePlayBilling ( 1.10 ) Play Store it gives me the following warning message: We have found that this app is using an outdated version of Google Play Billing. By 1 November 2021, all app updates must use version 3 or later of the Billing Library. Upgrade to version 3 of the Billing Library by this date. He suggests viewing this link for more information: https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html Is a library... Page: 1   2   3   4   5   6   7   |