-
Notifications
You must be signed in to change notification settings - Fork 335
Comments
do-not-review first commit play billing snippets 09122025#735
do-not-review first commit play billing snippets 09122025 #735kumann-dev wants to merge 2 commits intomain from
Conversation
first commit play billing snippets 09122025
Here is the summary of changes.
You are about to add 12 region tags.
- play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:71, tag
android_playbilling_initialize_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:89, tag
android_playbilling_startconnection_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:112, tag
android_playbilling_enableautoreconnect_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:127, tag
android_playbilling_queryproductdetails_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:155, tag
android_playbilling_onpurchasesupdated_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:178, tag
android_playbilling_consumeproduct_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:194, tag
android_playbilling_acknowledge_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:208, tag
android_playbilling_handlepurchaserecap_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:238, tag
android_playbilling_getbillingconfig_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:260, tag
android_playbilling_subscription_replace_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:308, tag
android_playbilling_subscription_update_deprecated_java - play-billing-library/app/src/main/java/com/google/play/billing/samples/managedcatalogue/BillingClientWrapper.java:341, tag
android_playbilling_inappmessaging_java
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:
- Refresh this comment
@kumann-dev
kumann-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First commit of play billing snippets that will be used in the https://developer.android.com/google/play/billing DAC pages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependencies version must be defined in the Gradle version catalog instead of being hard-coded here to avoid different versions across our modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole folder is an Android Studio project. You should create a module within the existing project at the root level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please help me understand this comment? Do we already have an Android app in which we can add our play billing snippets OR do we have to create a new Android app specifically for Play Billing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to open the root folder as a project in Android Studio and create a module in that existing project
first commit play billing snippets 09122025