Luke Zbihlyj

Results 10 comments of Luke Zbihlyj

Did you ever fix this? We're having the same problem and I thought I fixed it before but it broke again randomly

I swapped to this plugin instead: https://github.com/CandyCoded/HapticFeedback

@aidanikuz02 I made some fixes on a fork and made a PR for it, it fixes the issue for me on iOS with the latest version of the pod.

@yoshisan0123 For now you can use my fork which has the fixes applied: https://github.com/lukezbihlyj/google-signin-unity I have a PR open to merge these changes into the official repo but the maintenance...

> @lukezbihlyj > hi lukezbihlyj. > I changed the code and confirmed that it can be built normally with 5.0.0. > Thank you for releasing the code. > > Immediately...

> Hello @lukezbihlyj : > After updating the code, I get the following errors (Even on new project) : > > `Assets/GoogleSignIn.cs(130,12): error CS0433: The type 'Task' exists in both...

> Hey @lukezbihlyj , > > Does your PR fixes this issue? > `*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'You must specify |clientID| for |GIDSignIn|'` > >...

> Thanks for the heads up, but I don't think thats my problem. > I mean, I can see the GoogleService-Info.plist in xCode hierarchy. Do you have any other tip?...

@ragavendranbala You can download my branch as a `.zip` from here: https://github.com/lukezbihlyj/google-signin-unity/archive/master.zip

> Since Google published GoogleSignIn 6.0.0, GoogleSignInDependencies.xml file should be like > > ``` > > minTargetSdk="6.0"> > > > ``` > > Notice the usage of `~>`which means "take...