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.
こんにちは友人現在、私はIOSでバックアップと復元アプリを使用しています。すべて正常に機能します。連絡先を読むことはできますが、写真付きの連絡先を読むのに行き詰まりました。関連する回答は大歓迎です。
ありがとうございました
このコードは、iOS 4 + で連絡先の写真を取得するのに役立ちます
ABPersonCopyImageDataWithFormat(person, kABPersonImageFormatOriginalSize);
また
ABPersonCopyImageData(person);
REF : iPhone アプリケーションのアドレス帳から写真を取得する