Another move ahead for carrier billing and making it something practical and useful for developers: the billing company Mach is announcing a wide-ranging deal that will see it offer direct carrier billing services for the four biggest mobile operators in the UK — Everything Everywhere, O2, Vodafone and Three — meaning that developers can use Mach’s platform as a one-stop shop to
I am trying to test In app billing (Version 3) for android with my own product IDs. I have uploaded a concept to the play store, added my gmail account for licence testing and installed the same app version on my device.
When i try to test my the in app billing, its asking me for a payment method. Is this normal? Or did forgot something to test the IAB?
edit
The static products works fine.
If you’re on Sprint and you’ve been feeling left out as far as having the option to use carrier billing when purchasing Play Store items other than apps, welcome to the circle. Sprint is now offering you the ability to use carrier billing instead of entering in your credit card information, adding music, books and even movies to the mix.
We’ve already heard some news today about in-app billing in the Play Store, and now we’ve got a little more to go along with it. Mobile payments and analytics company Bango is stepping into the Play Store to help carriers set up carrier billing within applications.
Mobile carrier billing company Bango continues its hot streak of signing up big name partners today, thanks to a new arrangement with Google to bring carrier billing to Google Play, beginning in Australia. Bango provides carrier billing services to Facebook in the UK, France and Germany, and also partners with RIM for BlackBerry App world billing.
I found two ways on the google pages to do in app billing
http://developer.android.com/training/in-app-billing/preparing-iab-app.html
http://developer.android.com/google/play/billing/billing_integrate.html
both seem to follow different approaches, so the main question is what approach to follow?
For number 1 it seems that I have to provide a key to make a connection for security reasons, for
I am working on an android app which makes use of in-app billing version 3 (Android 4.0+). I want to know if it is possible to programmatically dismiss/timeout the Google Play purchase view, as I want to grant users an allotted amount of time in which they can make a purchase.
I have implemented inapp billing in my app some time ago, so it's not the v3 API, but the v2.
When I try to buy an unmanaged item I get charged and everything goes fine, my app then shows a dialog indicating that the purchase did well.
The problem is that Google Play keeps sending again this
01-29 12:30:40.805: I/BillingService(18895): Received action: com.android.vending.billing.RESPONSE_CODE
01
In the documentation for in app billing (v3), it says: "Upon a successful purchase, the user’s purchase data is cached locally by Google Play’s In-app Billing service."
I now want to thoroughly test my app's billing code and wish to clear that cache. Its important because without the data being in the cache, it may take a little longer to collect the data - or it may not be accessible at all.