Hi,
I'm trying to use these plugins to implement inapp purchases for a Cordova (v3.6.4) app that I am testing on Android 4.4.2 (Samsung S5 Mini).
Using the static responses as described in http://developer.android.com/google/play/billing/billing_testing.html, I find that android.test.purchased is working fine, but android.test.canceled and android.test.refunded both make the app crash. The start callback of the on purchase event is still called (with the correct product ID), though.
Also, I could not find any information in the API docs on how to handle canceled or refunded purchases. Do these fire the on purchase event, too?
Any help would be greatly appreciated.