baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Appstore Review: Cannot contact reCAPTCHA #211

Closed hermitdemschoenenleben closed 2 years ago

hermitdemschoenenleben commented 2 years ago

My app recently was rejected by appstore review even though it used to work without problems. The error they have when trying to log in with phone number is "Cannot contact reCAPTCHA. Check your connection and try again" (even though I used a test phone number in firebase).

I found this thread that may address the same problem: https://stackoverflow.com/questions/69909351/firebase-ios-15-cannot-contact-recaptcha-check-your-connection-and-try-again

I assume capacitor-firebase-auth also has to include this fix. Has anybody experienced the same problem / tried out the fix?

hermitdemschoenenleben commented 2 years ago

ok, the solutions recommended on stack overflow didn't work, but completely recreating the ios folder did. So apparently this isn't caused by capacitor-firebase-auth, sorry for the issue