We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use SSL certificate and https connection. How can I ?
The text was updated successfully, but these errors were encountered:
If you're using [email protected] or higher and/or [email protected] or higher you can use the new resource-file tag in config.xml.
[email protected]
https://cordova.apache.org/docs/en/latest/config_ref/index.html#resource-file
as an example in my config.xml I have:
<platform name="android"> <resource-file src="path/to/certfile.cer" target="assets/cerfile.cer" /> </platform> <platform name="ios"> <resource-file src="path/to/certfile.cer" /> </platform>
This puts the files in the correct places thanks to the resource-file tag.
To use the https part, just make sure you're connecting to an https url.
Sorry, something went wrong.
if ios 4.2 how solve it ?
No branches or pull requests
I want to use SSL certificate and https connection. How can I ?
The text was updated successfully, but these errors were encountered: