Can we save contact to sim card programmatically in iOS7. i Google it a lot but didn't find any topic.
-
Not possible, Check : https://discussions.apple.com/message/22396506#22396506 – Midhun MP Apr 22 '14 at 05:48
4 Answers
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).

- 23,484
- 6
- 56
- 83
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

- 7,230
- 9
- 39
- 79
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

- 7,231
- 9
- 47
- 99