Anki
Anki

Reputation: 589

Should we need to download the SSL certificate for Mobile Application to access secure web services

It's a general question for Mobile Application platform,I want to clarify one thing regarding SSL certificate.

If we will working with secure web services in any platform of Mobile Application, Should we need to download the SSL certificate for Mobile?

Without SSL certificate we can acess any secure web service in Mobile Application.

Please, anybody clarify about SSL.

Upvotes: 2

Views: 415

Answers (1)

Apurv
Apurv

Reputation: 17186

Your connection API will handle this swiftly. There is no need to manually download SSL certificates. Just create proper URL and make proper request. Rest of the complexity should be handled by connection APIs itself.

Even if they require to download, they will prompt user while communication is going on.

Upvotes: 2

Related Questions