【发布时间】:2018-02-21 15:48:24
【问题描述】:
尝试在 iOS 上使用电话号码登录时,我从 firebase 收到此错误
error_name: 'ERROR_MISSING_APP_TOKEN',
NSLocalizedDescription: 'There seems to be a problem with your project\'s Firebase phone number authentication set-up, please make sure to follow the instructions found at https://firebase.google.com/docs/auth/ios/phone-auth' },
domain: 'FIRAuthErrorDomain'
我已按照所有链接的指示 (https://firebase.google.com/docs/auth/ios/phone-auth) 启用电话身份验证并添加 APNs 密钥等。
缺少什么“令牌”导致此错误?
谢谢。
【问题讨论】:
-
升级到手机验证后,您是否尝试过下载新的配置文件?您是否有可能使用在 Phone Auth 发布之前下载的版本?
-
你找到解决办法了吗?
-
是的 - 我在我的 cocoapods 中使用了一个过时版本的 firebase 核心。
标签: ios firebase firebase-authentication