【问题标题】:flutter Firebase & iOS 15 -Cannot Contact Recaptcha. Check Your Connection and Try AgainFlutter Firebase 和 iOS 15 - 无法联系 Recaptcha。检查您的连接并重试
【发布时间】:2022-06-19 01:23:04
【问题描述】:

今天我向 App Review 提交了我的应用,但我收到了一条关于 Recaptcha 未加载的消息。

指南 2.1 - 性能 - 应用完整性

一种可能的解决方案是:

func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
    
    Messaging.messaging().apnsToken = deviceToken
    Messaging.messaging().setAPNSToken(deviceToken, type: MessagingAPNSTokenType.prod)
    Auth.auth().setAPNSToken(deviceToken, type: .unknown) // Setting this to .unknown is what seems to have helped
}

但我不知道如何将其应用于颤振。

【问题讨论】:

    标签: ios flutter firebase-authentication


    【解决方案1】:

    你有什么解决办法吗??我也遇到了同样的问题。有人有什么建议吗?

    【讨论】:

      猜你喜欢
      • 2018-06-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-12
      • 2019-07-06
      • 2018-06-13
      • 2021-04-28
      相关资源
      最近更新 更多