Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhoneでGoogleSignInがクラッシュする #167

Closed
haterain0203 opened this issue Aug 28, 2023 · 0 comments · Fixed by #168
Closed

iPhoneでGoogleSignInがクラッシュする #167

haterain0203 opened this issue Aug 28, 2023 · 0 comments · Fixed by #168
Assignees
Labels
2. バグ バグ修正

Comments

@haterain0203
Copy link
Collaborator

概要

  • GoogleSignInを実行しようとすると、アプリがクラッシュする
  • 以下エラーコードを参照すると、GoogleSignInに関連する info.plist の値を修正する必要がありそう
  • エラーコード
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(google_sign_in, Your app is missing support for the following URL schemes: com.googleusercontent.apps.709197089170-1lr8vaboc73s41u7l2vijfqs2c7udu0n, NSInvalidArgumentException, null)
#0      StandardMethodCodec.decodeEnvelope
message_codecs.dart:652
#1      MethodChannel._invokeMethod
platform_channel.dart:310
<asynchronous suspension>
#2      MethodChannel.invokeMapMethod
platform_channel.dart:510
<asynchronous suspension>
#3      GoogleSignIn._callMethod
google_sign_in.dart:279
<asynchronous suspension>
#4      GoogleSignIn.signIn.isCanceled
google_sign_in.dart:432
<asynchronous suspension>
Lost connection to device.

方針・要件・詳細・完了の定義など

  • エラーコードの通り、info.plist の値を更新する

補足

着手時には、#mottai-app-issues チャンネルにこの Issue を貼り付ける。

また、そうしたければ、要件の整理や進捗のつぶやきのようなことをそのスレッドに書く。Issue の内容や仕様に関する説明や認識合わせが必要な場合や、ペアプロを希望する場合はそのスレッド内で、然るべき人にメンションして話を進める。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. バグ バグ修正
Projects
Development

Successfully merging a pull request may close this issue.

1 participant