question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting "Exception 'Your app is missing support for the following URL schemes: com.google.usercontent.apps.xxxxxxxxx..."

See original GitHub issue

Expected 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

testing

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:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
dejiemiabatacommented, Mar 21, 2022

great, it’s working. thank you !

0reactions
giautmcommented, Mar 21, 2022

You can remove it from the yarn.lock and run yarn again. It should pick the latest version. ☺️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found