Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created October 16, 2018 01:12
Show Gist options
  • Save mobilequickie/133cf95d49dc36a47a2f6d75f0c9e2b0 to your computer and use it in GitHub Desktop.
Save mobilequickie/133cf95d49dc36a47a2f6d75f0c9e2b0 to your computer and use it in GitHub Desktop.
This is the Google Sign-In custom URL scheme for iOS in the Info.plist
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.###########-xxxxxxxxxxxxxxxxxxxxxxxxxxxx</string>
</array>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment