• 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

ABMultiValueCopyValueAtIndexの二つ目にいつもidentfierを渡したんですが、バグてました。メモメモ。
ABMultiValueGetIndexForIdentifierでidentifierをindexに直してやる必要があります。

   1  - (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person property:(ABPropertyID)property identifier:(ABMultiValueIdentifier)identifier {
   2  
   3    CFTypeRef list;
   4    CFIndex index;
   5    CFStringRef email;
   6  
   7    list = ABRecordCopyValue(person, property);
   8    index = ABMultiValueGetIndexForIdentifier(list,  identifier);
   9    email = ABMultiValueCopyValueAtIndex(list, index);
  10    (中略)
  11  
  12    CFRelease(email);
  13    CFRelease(list);
via http://stackoverflow.com/questions/1875135/get-email-address-from-iphone-address-book

posted by Png satoko on Fri 22 Jan 2010 at 16:14

Comments:

or Preview
Social Bookmarks
  • Delicious
  • B_entry1694
  • Clip_16_12_w
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ