-
Notifications
You must be signed in to change notification settings - Fork 259
Dependency on iOS GoogleSignIn pod needs to be updated to work with 5.0.0+ #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Did u manage to "tackle" it yourself? I'm currently only working with this plugin on Android(which im already having problems with). But if im going to have other issues later on when i port it to iOS then I'd like to know how it can be resolved. |
@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. |
hi all. There was a statement that changing the version of GoogleSignIn from 4.4.0 to 5.0.0 would calm down, so I tried it. But I got an error and couldn't build. I hope that version 5.0.0 of GoogleSignIn can build normally and ITMS-90809 will not be sent. |
@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 team is likely spread too thin and don't have time to review it. |
wow! |
@lukezbihlyj Immediately uploaded to TestFlight but received ITMS-90809 by email. Podfile's current state. |
Make sure you're using a version of Unity that also removes their dependency on UIWebView. I was using |
I checked about Unity version. Unity 2019.2.7 In the 2018 series, the correction has been made in 2018.4.10. https://unity3d.com/unity/whats-new/2018.4.10 In the 2017 series, a correction has been made in 2017.4.33. https://unity3d.com/unity/whats-new/2017.4.33 Currently my development environment is Unity 2018.4.14. |
I wanted to find out why and once I re-imported all the certificate related sources. The problem has been solved thanks to you. |
Hello @lukezbihlyj :
Unity version 2018.4.14f1 |
Just delete this file |
I was having the same issue here.. For me, i'm having issue where the cocoapod unable to download GoogleSignIn. Since i'm targeting iOS 12 now, so in Build Setting change iOS Deployment Target to 12.0 |
@yoshisan0123 Im sorry, Im quite a newbie, can you describe what you do with the after download the fixes in Unity? is it only to replace the Assets folder with Assets folder from the zip and build xcode? |
i have update the pod 'GoogleSignIn', '4.4.0' and it is working fine..! |
@lukezbihlyj can you provide the final package (from your branch) to import into unity? |
Hi UIWebview are no longer accepted. I Fixed by following this thread hope this help. // using Unity 2021.3.25f1 |
Apple's upcoming policy enforcement of ITMS-90809 (see https://developer.apple.com/news/?id=12232019b) requires that apps can no longer depend on the UIWebView component. The main iOS dependency for this plugin only works with GoogleSignIn versions under 5.0.0 which still uses the deprecated component.
The plugin needs to be updated to support the newer version of that pod. If I have time in the coming weeks I'll tackle this myself but if there's any kind of official response from the dev team that maintains this plugin that would be awesome!
The text was updated successfully, but these errors were encountered: