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

iOS Privacy Manifest Please respond #252

Open hendlake8 opened 7 months ago

hendlake8 commented 7 months ago

https://developer.apple.com/news/?id=3d8a9yyh

GoogleSignIs Sdk use 7.1.0 but this package not able

I'm sorry for not being able to speak English.

tanukidarou commented 7 months ago

We require the Google SignIn SDK 7.1.0 update to continue using this package.

hendlake8 commented 7 months ago

Updating the Google SignIn SDK to 7.1.0 causes errors due to incompatible interfaces. 스크린샷 2024-04-04 오전 10 41 53 스크린샷 2024-04-04 오전 10 41 29

itvn01 commented 7 months ago

@hendlake8 @tanukidarou You can try this solution. step 1: set version 7.1.0 in GoogleSignInDependencies.xml file. step 2: download and replace iOS mm files from (GoogleSignIn.zip) https://github.com/googlesamples/google-signin-unity/pull/205#issuecomment-1724733615

It works for me.

abhaykap commented 1 month ago

@hendlake8 @tanukidarou You can try this solution. step 1: set version 7.1.0 in GoogleSignInDependencies.xml file. step 2: download and replace iOS mm files from (GoogleSignIn.zip) #205 (comment)

It works for me.

The GoogleSignIn.zip file doesn't have the any .mm files. Can you please check.

CodeMasterYi commented 1 month ago

@hendlake8 @tanukidarou You can try this solution. step 1: set version 7.1.0 in GoogleSignInDependencies.xml file. step 2: download and replace iOS mm files from (GoogleSignIn.zip) #205 (comment) It works for me.

The GoogleSignIn.zip file doesn't have the any .mm files. Can you please check.

@abhaykap check the top of the thread.

abhaykap commented 1 month ago

I am sorry but I can't get the "googleSignIn.mm" in any of the zip file in that thread. Setting the googleSignIn pod to 7.1.0 giving build errors: 'GoogleSignIn/GIDAuthentication.h' file not found

CodeMasterYi commented 1 month ago

I am sorry but I can't get the "googleSignIn.mm" in any of the zip file in that thread. Setting the googleSignIn pod to 7.1.0 giving build errors: 'GoogleSignIn/GIDAuthentication.h' file not found

First, Backup what you have done already. Then, Clean what you had added(about GoogleSignIn plugin integration), then do what it says step by step(DO NOT MISS any clue).