python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Understanding Firebase App Check rejection
My project use Firebase App check on iOS using DeviceCheck & App Test, cloud functions have enforcement checking wether auth context.app is undefined or not, simply like:
if (appCheckEnabled == tr...
ffdev
Votes: 0
Answers: 0
Not able to verify the validity of X509Certificate using Apples App attest root certificate
All I am able to do is validate the generated X509Certificate using its method checkValidity(), but as per the steps mentioned in https://developer.apple.com/documentation/devicecheck/validating_apps_...

Sandip Nepal
Votes: 0
Answers: 1
I am trying to decode and extract octet string from the extension of X509Certificate, but I did not get any valid string
I have been trying to decode the octet string as per steps mentioned in
https://developer.apple.com/documentation/devicecheck/validating_apps_that_connect_to_your_server?language=objc
Here is what I h...

Sandip Nepal
Votes: 0
Answers: 2