sebaber
sebaber
I try building locally with mvn and add manually the .jar and i have the next issue: ``` Execution failed for task ':desktop:compileJava'. > Could not resolve all files for...
Nevermind, it was a problem with my repositories declarations. I follow the steps of run `mvn install` and copy .jar and works perfect! TYSM ❤️
Hi, i came to do a hand with testing. In my app, im having an issue with One-Time charge purchasing. The first time i can do successfuly but at the...
Sorry for the late. I try to test again but in my project i have to update lo a higher version of gradle (8.14.3) and i have an issue of...
Although, i think that these logs are from the class [PurchaseManageriOSApple2](gdx-pay-iosrobovm-apple/src/main/java/com/badlogic/gdx/pay/ios/apple/PurchaseManageriOSApple2.java) from `purchase method` ``` @Override public void purchase(final String identifier) { // Find the SKProduct for this identifier. String...