简体   繁体   中英

Saving contact to sim card programmatically in iOS7

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

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).

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

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM