Questions tagged [play-billing-library]

Anything specific to Google Play Billing library

This tag was created to ask questions and report feedback specific to Google's Play Billing Library.

260 questions
0
votes
1 answer

GooglePlay Billing lifecycle

I'm trying to use the latest in app billing library of this sample but I have doubt about its lifecycle onConsumeFinished is called before or after onPurchasesUpdated? When I should release resources? Should I update status in onPurchasesUpdated or…
0
votes
1 answer

play billing library: does a Billing Manager need to be destroyed whenever an app leaves the foreground?

I'm using the google play billing library for in app purchases and right now I'm only destroying my BillingManager object in the onDestroy section of the activity from which it's instantiated (which is what the examples show). Does this mean that if…
spaceman
  • 118
  • 1
  • 2
  • 10
-1
votes
1 answer

Fiddler - IP Address being captured instead of URL from android emulator

I've been trying to capture the network traffic using Fiddler populated from the Google Play billing library which is being setup in my application hosted inside the Android emulator. Every time when i set up a connection to Google Play and initiate…
Kamal
  • 453
  • 1
  • 10
  • 22
-1
votes
1 answer

Must I use Google play billing library if i want to sell an ad space directly to advertisers?

I want to sell an ad space in my Android app that's on play store. I want to sell it directly to advertisers who will need to pick the target for their ads, Is it a must to use google play billing library to get payed for the adspace or i will be…
-1
votes
1 answer

What is returned by queryPurchaseHistoryAsync?

I am looking at the new billing library for Android, can't seem to find what json is returned in a purchase object by this method. Can someone point me at a reference?
1 2 3
17
18