firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.62k stars 1.47k forks source link

Cannot contact reCAPTCHA, Check your connection and try again #9013

Closed ControlAndC closed 2 years ago

ControlAndC commented 2 years ago

I have implemented firebase auth in my project, and it is getting rejected on iTunes.

They provided me attached screenshot, Can you please let me know what is the reason behind it.

At my side it is working fine but iTunes testing continuously failing, Please help

image

google-oss-bot commented 2 years ago

I found a few problems with this issue:

rizafran commented 2 years ago

Thanks for reporting, @ControlAndC. I tried reproducing the issue, but my reCAPTCHA is working fine. Could you provide the following details so we could investigate it:

ControlAndC commented 2 years ago

I am using React-native -firebase version - "react-native-firebase": "5.6.0"

I have no place to change above help link code as my AppDelegate.M is different from what i saw in above help link.

Here is my AppDelegate.M file, Please look at it and provide any solution.

`/**

import "AppDelegate.h"

import <RNShareMenu/ShareMenuManager.h>

import <React/RCTBridge.h>

import <React/RCTBundleURLProvider.h>

import <React/RCTRootView.h>

if RCT_DEV

import <React/RCTDevLoadingView.h>

endif

import

import "RNFirebaseMessaging.h"

import "RNFirebaseNotifications.h"

@implementation AppDelegate

@end `

rizafran commented 2 years ago

Thanks for sharing the details, @ControlAndC. This seems like a react-native integration issue and might be better if addressed to React Native repo. I also noticed that you have filed an issue in the said repo. As mentioned there by the engineer, you can try upgrading your SDK to the latest version and see if you'll still encounter the issue. With this, I'm going to close the issue for now.