Daniel-Donev
Daniel-Donev
Hi, I try to implement Sign-In with Apple but when I change the library version to the latest 3.2.0 Gradle failed to resolve the dependency... Can you help me with...
Hi, the problem is still here... this is my repositories block buildscript { repositories { mavenLocal() maven { url "https://plugins.gradle.org/m2/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } jcenter() google() maven {...
Is it possible to download version 3.2.0 with Gradle or the problem is in the maven version? https://search.maven.org/search?q=g:pl.mk5.gdx-fireapp
Thank you!
All good. Thanks for the great work! Today I will try to implement the Apple Sign-In.
when I include iosEntitlementsPList in my robovm.xml like this: data/Entitlements.plist Info.plist.xml I run into this error: [ERROR] Couldn't start application org.robovm.libimobiledevice.LibIMobileDeviceException: ApplicationVerificationFailed at org.robovm.libimobiledevice.util.AppLauncher$1.error(AppLauncher.java:1006) at org.robovm.libimobiledevice.Callbacks.callInstproxyCallback(Callbacks.java:64) My Entitlements.plist is like:...
@mk-5 Hi, today I'have tried the apple sign in implementation on iPhone 7 with iOS 15 and everything was ok (the sign in popped up asking for password) until after...
Hi @mk-5 I didn't have a crash error, just catch this from .fail() ``` GdxFIRAuth.inst().apple().signIn().then(new Consumer() { @Override public void accept(GdxFirebaseUser user) { logged.user = user; } }).fail(new BiConsumer() {...
Hi @mk-5, sorry for the delay I was sick... the throwable.printStackTrace(); return java.lang.RuntimeException: Unable to parse the ID Token. at pl.mk5.gdx.fireapp.ios.auth.AppleAuthProvider$1.invoke(AppleAuthProvider.java:54) at pl.mk5.gdx.fireapp.ios.auth.AppleAuthProvider$1.invoke(AppleAuthProvider.java:50) at org.robovm.pods.firebase.auth.FIRAuth$$BlockMarshaler2.invoked(Unknown Source) at org.robovm.apple.uikit.UIApplication.main(Native Method) at...
Where do you think is the problem? Can I track anything else to help you?