Bence Kovacs

Results 61 comments of Bence Kovacs

So... it seems that I only get the error messages AFTER I made a successfull purchase. Beforehand I could successfully list my product details, and I got an empty object...

So it went like this: - for the first time I could get the list of my products with inAppPurchase.getProducts() - then I made a test purchase (Beta app for...

Woooow, the solution is so simple!!!! :-) Google has changed my licence key..... I had to insert the new key in manifest.json and now it's WORKING!!!!! :-)

Is there a working version of this plugin that still can be used with up-to-date Android projects? I can't get a list of my products, can't restore purchases... and even...

Still no fix for this? It seems that on Android 11+ we can't open packages directly... :-(

So there is no fix for this without manually adding the app package name to AndroidMainfest.xml? :-(

Is this project still active?

Developer, please check in!!!! :-)

I hope you didn't die..... :-/

To detect and process volume button presses, I use this code in MainActivity.java: ``` import android.view.KeyEvent; @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN) { this.loadUrl("javascript:cordova.fireDocumentEvent('volumedownbutton');");...