Khalid
Khalid
I've suddenly started getting this issue, was working fine so far. Trials 1. tried with new API key (no restriction) same issue 2. tried with different wifi and same issue...
@parth9966 Nope
@parth9966 I tried updating to 15.0.1 and gradle plugin 3.1.4 and wrapper to 4.4 still issue is reproducible in Google sample. I think it also need code changes done by...
@parth9966 Yup it's working with code changes
Hey @scottyab & @robsmall I'm looking for solution for client side validation of SSL certificate and Signature received in JWS response instead of using Verification API is there any code...
@scottyab Yes you are right I have to do the validation on client due to unavailability of service on the server at the moment. And what i'm looking for is...
Hey Rob, Well I've got the domain validation in Leaf cert pretty straight forward and as for validation of signature I'm working with [jjwt library](https://github.com/jwtk/jjwt) that seems to be failing...
Hi All, Below is the code snippet for SSL domain validation and signature validation `private boolean verifyLeafCert(String certString){ ``` boolean isValid = false; boolean isDomainValid = false; byte[] certData =...
Hi @robsmall 1. I'm not doing the cert chain validation yet for that I suppose simply check for public keys in cert chain, but This will be problem in case...
@coderforlife I got the same issue. seems like iOS Simulator Arm 64 metadata is missing. `FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What...