iOS SDK: Google Sign-In updates
Released on 21 December
timeline
This announcement was made on the 18 October.
We expect to release these changes into production on approximately the 21 December.
We have updated our iOS SDK to the latest Google Sign-In SDK which requires some action from your side. Otherwise, your iOS-based applications will break.
For more details, see our iOS SDK documentation.
Action
You must add the following to your Info.plist
file:
...
<key>GIDClientID</key>
<string>GOOGLE_CLIENT_ID</string> (1)
...
1 | This is your Google Client ID in standard format. For example, 1234567890-abcdefg.apps.googleusercontent.com . |
Why did we do this?
We updated to the latest Google Sign-In SDK to ensure compatibility with the latest changes for Google Sign-In and to ensure our customers are receiving the best possible experience with our iOS SDK.
For more details on Google Sign-In, see the Google Developer documentation.