开发者

Address Book Framework and POP, IMAP, or ActiveSync Contacts

开发者 https://www.devze.com 2022-12-31 21:52 出处:网络
Can the ABPeoplePickerNavigationController be called to display Contact开发者_StackOverflows from adifferent account than the default?For example, a gmail, or Exchange account?I\'ve read the ABAddress

Can the ABPeoplePickerNavigationController be called to display Contact开发者_StackOverflows from a different account than the default? For example, a gmail, or Exchange account? I've read the ABAddressBook documentation and all I find is code below to the default Address Book on the iphone.

ABAddressBookRef addressBook = ABAddressBookCreate();


The iPhone doesn't store contacts like that. You may be able to access a user's GMail contacts through a GMail API, but if that's the case then you wouldn't be using the built-in address book. As of right now, the answer is no.

0

精彩评论

暂无评论...
验证码 换一张
取 消