-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] no SMS arrives on iOS 13 #1375
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
Comments
Hi @IvanOnishchenko |
Hi @iapicca #0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3) Thank you! |
It works now. I used wrong App Id |
When I try verify number :
await FirebaseAuth.instance.verifyPhoneNumber(
phoneNumber: "+$phoneNumber",
timeout: const Duration(seconds: 30),
verificationCompleted: verificationCompleted,
verificationFailed: verificationFailed,
codeSent: codeSent,
codeAutoRetrievalTimeout: codeAutoRetrievalTimeout);
On iPhone 8 + (iOS 13) I get AuthException: verifyPhoneNumberError Invalid token.
But it worked 2 days ago.
On Android it works well.
/Users/ivanonishchenko/repos/flutter/bin/flutter doctor --verbose
[✓] Flutter (Channel beta, v1.10.7, on Mac OS X 10.15.1 19B88, locale en-RU)
• Flutter version 1.10.7 at /Users/ivanonishchenko/repos/flutter
• Framework revision e70236e36c (5 weeks ago), 2019-10-02 09:32:30 -0700
• Engine revision 9e6314d348
• Dart version 2.6.0 (build 2.6.0-dev.0.0 1103600280)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/ivanonishchenko/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• ANDROID_HOME = /Users/ivanonishchenko/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.2, Build version 11B52
• CocoaPods version 1.8.4
[✓] Android Studio (version 3.5)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 41.0.2
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
[✓] Connected device (1 available)
• SM G9730 • R28M31YDE3M • android-arm64 • Android 9 (API 28)
• No issues found!
Process finished with exit code 0
The text was updated successfully, but these errors were encountered: