My onPurchaseStateChange() method isnt being called. As I debug the application, I notice that the signature verification process is not validating (which it should). I tested an actual purchase using the very same signed apk that I uploaded.. and the validation didn't succeed. I had this working 3 months ago right as you finished the library.. then, since its so darned difficult to verify, many of the other programmers made modifications to the application as a whole including using the otto bus jar for other pub/sub purposes. btw, I appreciate you embedding your own Base64 decoding as often this has conflicts with apache jars.
My onPurchaseStateChange() method isnt being called. As I debug the application, I notice that the signature verification process is not validating (which it should). I tested an actual purchase using the very same signed apk that I uploaded.. and the validation didn't succeed. I had this working 3 months ago right as you finished the library.. then, since its so darned difficult to verify, many of the other programmers made modifications to the application as a whole including using the otto bus jar for other pub/sub purposes. btw, I appreciate you embedding your own Base64 decoding as often this has conflicts with apache jars.
Any ideas?.