Posts

Post not yet marked as solved
1 Replies
I am trying to acheive the same thing. Here is what I found so far:Client certificates are located in Apple's keychain group and are not visible in your app.You will need to import the certificate from somewhere and add it to your app's keychain group. Read here for more details: https://developer.apple.com/library/archive/qa/qa1745/_index.htmlI have yet found a way to retrive the client certificate using only Apple's APIs.I think it is possible to get the client certificate using Airwatch SDK, I would try to dig into the SDK information