Saving contact to sim card programmatically in iOS7

我的梦境 提交于 2019-12-25 06:36:55

问题


Can we save contact to sim card programmatically in iOS7. i Google it a lot but didn't find any topic.


回答1:


Not possible. The closest you will get to that is using the Address book framework. https://developer.apple.com/library/ios/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Introduction.html#//apple_ref/doc/uid/TP40007744




回答2:


You cant do that . AddressBook Api is for accessing (read/write) the contacts which stored in iPhone . There is no way to access the sim contacts at least by using the public APIs.

ref : http://iphonedevsdk.com/forum/iphone-sdk-development/47463-get-contacts-from-sim-card.html




回答3:


No way to do this,in both code and in physical device.

https://discussions.apple.com/message/22396506#22396506




回答4:


There isn't a way to do this, at least a normal way that won't get your app rejected. Why do you want to do this? Contact lists on newer devices are never saved on sim cards anymore generally, and instead transferred using web services (such as iCloud and Google).



来源:https://stackoverflow.com/questions/23211250/saving-contact-to-sim-card-programmatically-in-ios7

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