google-signin-unity icon indicating copy to clipboard operation
google-signin-unity copied to clipboard

iOS Privacy Manifest Please respond

Open hendlake8 opened this issue 10 months ago • 3 comments

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.

hendlake8 avatar Apr 03 '24 08:04 hendlake8

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

tanukidarou avatar Apr 03 '24 13:04 tanukidarou

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

hendlake8 avatar Apr 04 '24 01:04 hendlake8

@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.

itvn01 avatar Apr 09 '24 04:04 itvn01

@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 avatar Sep 25 '24 09:09 abhaykap

@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.

CodeMasterYi avatar Sep 27 '24 05:09 CodeMasterYi

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

abhaykap avatar Sep 27 '24 07:09 abhaykap

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).

CodeMasterYi avatar Sep 30 '24 02:09 CodeMasterYi