Danilo Hoffmann

Results 5 comments of Danilo Hoffmann

Will this also include a fix for the blur shader being completly black in gles3 and vulkan for some devices? Would be awesome!

I also had only problems with Onesignal when using other plugins on iOS but already in the 2.X version. The Problem was that other Plugins also set the CODE_SIGN_ENTITLEMENTS. The...

When building with stripping to android signIn works but signOut throws: AndroidJavaException: java.lang.NoSuchMethodError: no static method with name='signOut' signature='(Lcom.google.googlesignin.GoogleSignInFragment;)V' in class Ljava.lang.Object; Also proguard does NOT help with -keep class...

Yes it works without stripping, but I found the solution, in the googleImpl the sign out method takes an activity parameter but an android object is passed instead of parentActivity.