googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
424 stars 231 forks source link

Sample scene stop operating #31

Open psw0946 opened 6 years ago

psw0946 commented 6 years ago

In IOS mobile, Whenever I push any buttons related to sign in, the app stops without any log. The button I pushed is in the pushed state and I cannot do anything except terminating it.

Do you know why it is??

tank-t-bird commented 6 years ago

I am having the same issue...

tank-t-bird commented 6 years ago

Hi @psw0946 , I got it to work by adding the .pli file to the Copy Bundle Resources list. See image below, now it works. (I didn't add the line that they show in the picture, no code modification was necessary, just adding the file this way is enough).

15488004-2642-4d61-b9b7-1f69b7fcc7ba

Here is the full thread if interested: https://stackoverflow.com/questions/39731783/you-must-specify-clientid-for-gidsignin-error-when-trying-to-sign-in-with-go

psw0946 commented 6 years ago

Oh, I really appreciate for your kindness. I'll try it!!