Aakash Chaudhary
Aakash Chaudhary
@mwaterfall I can confirm this issue. @spraveenk You can avoid this problem by using `stringByDecodingHTMLEntities` instead of `stringByConvertingHTMLToPlainText`?
I can confirm this issue as well. It happens on device only, though - works perfectly on simulator! Any solutions yet?
That's great news!
Here's the trace: ``` recaptcha__en.js:192 Uncaught Error: Missing required parameters: sitekey at jG. (recaptcha__en.js:192:449) at new jG (recaptcha__en.js:590:219) at DK. (recaptcha__en.js:470:1) at new DK (recaptcha__en.js:672:79) at Array. (recaptcha__en.js:223:168) at Array....
I tried recreating the cert from scratch and it still logs the same error. I edited the file `pkcs12.go` and logged the number of safe bags and surprisingly got 4...
Well this is weird! I edited the `pkcs12.go` file locally and commented out the safe bags' validation (line 219) just to test: `//if len(bags) != 2 {` `// err =...
I forgot to mention that I had later tried to use only the public certificate (and not public cert and private key exported together as mentioned in Apple's docs) and...