get pfx file included in a mobilecertificate in iOS

后端 未结 2 1083
无人及你
无人及你 2021-01-22 22:57

I\'m trying to connect to a server using a .pfx that is stored in a .mobileconfig file on my iPhone.

When the server ask for it in

-(void)connection:(NSU         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-22 23:34

    So no, there is no way to get the certificate from the mobileconfig file. iOS applications use its own keychain access and storage. Only email and other phone service like internet can make use of those certificates

提交回复
热议问题