Noah Seidman
Noah Seidman
It's not necessarily a problem. The returned billing public key is NOT the real public key. Thus the signature verification fails for test transactions. Simply initialize BillingProcessor with an empty...
Generally the Library works great. It's just when using android.test.purchased the real Billing Key is not returned from the server response. The only difference between my solution above and a...
See line 418 of BillingProcessor. When the billing key is null the signature check passes :+1:
Thank you for the support. During testing on the HuffPost app it occurs on all devices. Running init on another thread, and now helper and getInstance related calls as well...
At first it was mostly UI stuff, now almost everything has changed :-( The biggest changes are in the service, Idle and Protocol have been turned into singletons, and static...