gpt4 book ai didi

ios - React-Native Firebase Phone Auth 卡住 iPhone

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:04:04 25 4
gpt4 key购买 nike

我想在 react-native 中通过 phoneNumber 登录用户。在 Android 上,这段代码片段工作得很好。但是在 iOS 上,当我启动这个功能时,模拟器总是卡住。我正在尝试使用此代码 Auth-Example我正在使用 react-native-firebase 库。

  openPhoneVerification() {
firebase
.auth()
.signInWithPhoneNumber(this.state.phoneNumber)
.then(confirmResult =>
this.props.navigation.navigate("PhoneVerification", {
confirmResult
})
)
// Wrong number - https://firebase.google.com/docs/reference/js/firebase.auth.Auth#signInWithPhoneNumber
.catch(error =>
Alert.alert(
"Number not valid",
"Please check your number and type in again",
[
{
text: "OK",
style: "cancel"
}
],
{ cancelable: true }
)
);
}

最佳答案

遇到相同问题的人的解决方案:

确保为您的 APN 指定的名称与应用名称相匹配

关于ios - React-Native Firebase Phone Auth 卡住 iPhone,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49136308/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com