Giter Club home page Giter Club logo

freelapp-biller's Introduction

Hi there ๐Ÿ‘‹

My GitHub stats

freelapp-biller's People

Contributors

psteiger avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

freelapp-biller's Issues

Inquiry regarding prolonged duration of BillingClient.startConnection method exceeding 10 seconds

I am currently working on a project that involves integrating in-app billing using the BillingClient library. However, I have encountered an issue where between invoking BillingClient.startConnection and receiving the onBillingSetupFinished callback indicating a successful connection takes a significantly long time, exceeding 10 seconds, to establish a connection.

I wanted to reach out to inquire if you have come across this issue during your own development and whether you may have any insights into the potential cause behind this prolonged duration.

How can I use this from the app module

Hello man, this ia a great implementation of the billing library I am trying to integrate this in my own app. could you provide some sample code of how to call this from the main activity?

So far I have done this and my billing client and purchass list are always null:

@Inject
lateinit var billingImpl: BillingClientOwner

lifecycleScope.launchWhenResumed {
billingImpl.purchasesUpdatedListenerResult.collect {
Log.d("Billing", "Purchases Result: $it" )
}
billingImpl.billingClient.collect {
Log.d("Billing", "Billing Client is: $it" )
}
}

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.