Getting "Exception 'Your app is missing support for the following URL schemes: com.google.usercontent.apps.xxxxxxxxx..."
See original GitHub issueExpected Behavior
Google sign in should work after with expo after completing eas build with custom dev client and latest @react-native-google-signin/google-signin “^7.2.1”
Actual Behavior
App crash on tap of custom google sign in button with error
GoogleSignin.configure({ scopes: [‘profile’, ‘email’], webClientId: ‘89102394920-yyyyyy.apps.googleusercontent.com’, offlineAccess: false, iosClientId: ‘12345677433-xxxxxx.apps.googleusercontent.com’, googleServicePlistPath: ‘./GoogleService-Info.plist’, profileImageSize: 250, })
I also have my config plugin like so:
{ “expo”: { “android”: { “googleServicesFile”: “./google-services.json” }, “ios”: { “googleServicesFile”: “./GoogleService-Info.plist” }, “plugins”: [“@react-native-google-signin/google-signin”] } }
Environment
Please provide
- react-native version 0.64.3
- @react-native-google-signin/google-signin version 7.2.1
- your Podfile, output of running
pod install
and cocoapods version (if applicable) n/a - version of Android, gradle, android plugin for gradle,
play-services-auth
and version of the Google Play Services app on your phone (if applicable) n/a - version of iOS (if applicable) n/a
- Expo version EXPO SDK 44 w/ expo-dev-client + eas build
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
App getting crash when click on GoogleSignIn button
As the error clearly says, your app is missing support for the url schemes. Add the following schemes to your info.plist <key>CFBundleURLTypes</key> <array> ......
Read more >Trying to sign in crashes and gives me: ''Your app is missing ...
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Your app is missing support for the following URL schemes: ...
Read more >'Your app is missing support for the following URL schemes ...
Ios – 'Your app is missing support for the following URL schemes: com .googleusercontent.apps.xxx'. google-signinios. I found the question and answer in ...
Read more >WebKit | Apple Developer Forums
Currently, Fetch API in chromium based browsers seem to block URLs that contain custom protocols (eg: mywebview://endpoint?data=...., here mywebview is the ...
Read more >Where to find app url link in App Store Connect for beta app in ...
https://apps.apple.com/app/id{{appId}} opens iTunes or AppCenter app. If you're going through App Store Connect, button View on App Store generates link ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
great, it’s working. thank you !
You can remove it from the yarn.lock and run yarn again. It should pick the latest version. ☺️