Replies: 7 comments 7 replies
-
(deleted comment after I realized the modular headers stuff was commented out, looking more closely now) |
Beta Was this translation helpful? Give feedback.
-
@AmitDigga i have encountered the same case, did you solve it ? |
Beta Was this translation helpful? Give feedback.
-
@mikehardy when i look the analytic events some of the users are able to get the token but almost 95% are failing, my setup is almost same as @AmitDigga , app-check version: 18.4.0 |
Beta Was this translation helpful? Give feedback.
-
i got same error to in android
|
Beta Was this translation helpful? Give feedback.
-
Could you share some insights here if you were able to resolve the issue? I'm running into the same issue on production. There's almost 23% of error rate. My implementation is exactly as yours @AmitDigga
I added log to see if app check initialisation is successful on app launch and it is.
|
Beta Was this translation helpful? Give feedback.
-
Has anyone found a fix to this problem or the root cause? I seem to be getting the exact same problem, when downloading our app from testflight, 20% of the time on the first download we are getting a 403 error here.
|
Beta Was this translation helpful? Give feedback.
-
I've had successful enforcement of AppCheck on Storage and Cloud Functions, but could never get below 20% unverified requests for RTDB. I decided to try My 403 ExchangeDebugToken error graph: I plan to enable enforcement in a few days. Not sure if fresh installs are an issue, but given that I've had successful enforcement on services other than RTDB, it feels to me like this is some kind of a weird issue with the way the RTDB SDK works with websockets for listening. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Refernece on stackoverflow
Running Release Build
On xcode I am using
Build Configuration
ofRelease
to run app on a physical device.Error shown in console when app starts
Look the above has
exchangeDebugToken
in the urlJavascript Initialization
__DEV__
isfalse
when logged.Pod File:
App Delegate.mm
Running this on simulator also get the same error, but it opens a recaptcha page for which leads to successful sign-in. But on physical device recapcha do not open and auth/error is thrown.
Beta Was this translation helpful? Give feedback.
All reactions