react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.12k stars 877 forks source link

Is there any cache in this library? reversed_client_id doesn't change even if Info.plist changed #1301

Closed son426 closed 2 weeks ago

son426 commented 3 weeks ago

[Summary]

[Current situation]

[Error message] but It doesn't work, so it gives me error below. Exception NSException * "Your app is missing support for the following URL schemes: com.googleusercontent.apps.757303674484-gk2fh9u9ckob8v3hqsxxxxxxxxxxxxx"

previous info.plist reversed_client_id : com.googleusercontent.apps.757303674484-gk2fh9u9ckob8v3xxxxxxxxxxxxxx changed info.plist reversed_client_id : com.googleusercontent.apps.111095636040-n101v3tkenjocuj8rxxxxxxxxxxxxxx

[More about my situation]

[version] "react-native": "0.73.6", "@react-native-google-signin/google-signin": "^11.0.1",

Please let me know if it's missing or if there's any insufficient explanation. I've been struggling for two days and I'm posting it for the first time like this.

vonovak commented 3 weeks ago

Hello and thanks for asking, the library has no cache. The client settings, if not provided manually, are read from GoogleService-Info.plist file, not Info.plist. Maybe that will help.

Thank you 🙂