Read/write certificates on a SIM card - iOS

一世执手 提交于 2019-12-02 12:24:18

问题


I'm doing some research on the way to use a certificate from a SIM Card (in order to keep the service provided, if the user wants to change his phone).

In Android, it seems OK, but I can't find anything in the iOS platform: is it possible to read X.509 certificates from the SIM card through an iPhone device?


回答1:


No.

Your best bet is to use either the Keychain or iCloud to persist data between devices.



来源:https://stackoverflow.com/questions/12705603/read-write-certificates-on-a-sim-card-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!