Closed smartsanja2013 closed 3 weeks ago
I have remove https plugin and add again. Also remove both platforms and add again. After that, android is working now. But ios still has same issue. I have added two NSLogs to AFHTTPSSessionManager class. Output
Securitypolicy AFSSLPinningModePublicKey
baseURL scheme (null)
It seems something wrong with setting the certificate and host in the angular code. By right, Securitypolicy should be AFSSLPinningModeCertificate and baseURL schme should have https.
Any idea?
I have to enable ssl pining in my app. I have follow the implementation steps correctly. But when I make the https request, iOS app crash in AFNetworking EXC_BAD_Access error
Android app gives this error
Certs folder
reference.d.ts
imports
in the constructor
method
Please help me to identify whats is the issue here.
tns version 4.0.1 node v6.11.5