2.4 Using SSL in Authenticator App
This topic provides information on Using SSL in Authenticator App.
Follow below stepsto setup SSL in Authenticator application:
Open Authenticator application project → app.plist. Add below changes
- PinnedUrl – Item 0 – replace @@PINNEDURL1 with your https
URL (without port) to enabling SSL pinning in the application .
To add SSL certificate into workspace, follow steps in section
- Add the SSL certificate into Authenticator Application -> Resources and then add that file from Xcode to add that file in the target.
- PinnedCertificateName – Item 0 – replace @@trustedCertificate1 with certificate name. Example your certificate name added to your Project is certificate.cer, then @@trustedCertificate1 should be replaced with “certificate”
Parent topic: OBDX Authenticator Application (Futura Secure)