How can I make a self-signed certificate as trusted for making https requests from an objective-c iOS app.
Basically looking something like adding my certificate to app bundle and mark it as trusted root certificate for that device.
How can I make a self-signed certificate as trusted for making https requests from an objective-c iOS app.
Basically looking something like adding my certificate to app bundle and mark it as trusted root certificate for that device.