Musti
Musti
Same
@augustozanellato How you gonna achieve that? and as far as I know mini2Dx is Open Source so will you publish the implementation for the switch Backend as well?
Did you use RoboVM from this Repo? Did It run on the tvOS Simulator?
I have the same Problem :(((((((((((((
onProductPurchased just called if i press my purchase Button at the second time. At the second Time no Purchase windows appear but onProductPurchased is called this time correctly
I read the source code to get tomorrow information about the error code ``` public static final int BILLING_ERROR_INVALID_SIGNATURE = 102; ``` So it can be a Signature problem... Log.e(LOG_TAG,...
No my License key is valid i even checked it up i think that the method handleActivityResult(int requestCode, int resultCode, Intent data) { in the BillingProcessor.java contains an error or...
@Radiokot are you sure it works with a null activity? why not use "this" instead of null if i use this it will be the same action when the user...
@Radiokot Okay Thank you :) did you read the source code to explain the issue or do you understand why it gets to this wrong BILLING_ERROR_INVALID_SIGNATURE error ? and are...
I don't think so 102 is declared in the library code to an different issue The Guy on stack overflow talk about error 102 from the android market if you...