-2

Did a lot of research and I found This question has been asked before here but that was 5 years ago. Are there any updates about this issue? I read all the threads but they were more then 4 years old.

Is there an api available to save contact directly into sim for iPhone?

Joakim Danielson
  • 43,251
  • 5
  • 22
  • 52
tryKuldeepTanwar
  • 3,490
  • 2
  • 19
  • 49

2 Answers2

0

I guess you can do this using following framework in iOS 9 and later

  • Contacts

  • ContactsUI

Before iOS 9 you will have to use below framework

  • AddressBook

  • AddressBookUI

You can find more information here

Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241
0

As a rule of thumb: on iOS (thank God) is never allowed to access HW.

So You can only use the Apple way.

ingconti
  • 10,876
  • 3
  • 61
  • 48