4 questions
0
votes
0
answers
90
views
iOS App Attest Validation Nonce Not Matched
We are struggling to implement device binding according to Apple documentations. We are generation a nonce value in backend like this:
byte[] randomBytes = new byte[byteLength];
new SecureRandom()....
2
votes
2
answers
1k
views
I can't register my app in Firebase App Check on iOS
I am not able to access Firebase App Check. I am developing an application on SwiftUI and decided to connect App Attest . In FireBase console I registered my app and its status says “Registered” . I ...