Most voted "android-billing" questions
Google Play In-app Billing Google Play In-app Billing It is a form of selling items within the Android app. When we say in-app Billing on Android, what we mean is the sale of virtual items and services from an app
Learn more…6 questions
Sort by count of
-
2
votes0
answers146
viewsSignatures return null 'INAPP_PURCHASE_DATA' using 'In-app Billing V3'
I am implementing the purchase of Subscriptions in an Android application. So far, payment orders are already configured in the 'Google Play Developer Console' and I can debit the amount set in each…
-
2
votes2
answers469
viewsShopping/Restoration inside the app on Android
I am running an app that will have in-app purchases (hide advertising and new features), however I have some questions. The whole purchase process is already working, well hide the advertising and…
-
1
votes2
answers128
viewsHow to implement the verifyDeveloperPayload method?
Does anyone know how to implement this function when working with Google Billing? I saw that a token should be generated for license check and prevent fraud. But someone knows how to implement, why…
-
1
votes0
answers61
viewsBuy App Functionality (In Billing)
I would like to make my app have the option to buy functionality. Like I made two apps, one paid (full) and one free (with advertisement). I would like the person clicking to buy to remove the…
-
0
votes1
answer221
viewsCheck for active subscriptions with Billing Android App
Hello, I am implementing subscriptions in my app that will serve to remove the ads. I have an Activity that is doing the shopping and is working. When the purchase is successfully completed I save a…
-
0
votes1
answer47
viewsHow to make "Cordova Billing" with various purchase options
I’m studying Ordova and I’ve reached the point of adding Billing to my Apks So I’m using the plug "Cordova-plugin-Purchase", with the example code below (taken from the page itself…