问题
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