Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ABNewPersonViewControllerを使用せずに、プログラムでiPhoneの連絡先リストに連絡先を追加したい。単純にパラメーターを渡し、結果としてABRecordRefが必要です。これは可能ですか?
bool ABAddressBookAddRecord ( ABAddressBookRef addressBook, ABRecordRef record, CFErrorRef *error );
https://developer.apple.com/documentation/addressbook
ABGroupAddMember (group, contact, nil) ; ABAddressBookSave(inAddressBook, nil) ;
連絡先を追加したら、アドレス帳を保存します。