Alexey Belkevich
Alexey Belkevich
Unfortunately, there are no any UI in 'APAddressBook' and it don't compatible with any out-of-the-box solutions like 'ABPersonViewController'
Sorry, I don't understand. Please, provide crash-log for your case
Oh, I see. 1) What is the value of `recordRef` before `ABPersonCopyImageDataWithFormat`? 2) Can you provide code of `APAddressBook` initialization and using?
I have a few questions: - Where is `addressBook` property initialization? Please, show initialization and property type. - Why do you set `fieldMask`, `filterBlock`, `changesBlock` not after `addressBook` initialized? -...
Please, try `example` app on your device/simulator and try to reproduce the crash.
Sorry for delay. I don't see any problems in your code. But you can try this: 1) Comment `startObserveChangesWithCallback`. Maybe `loadContacts` called from another method? 2) Run `Example.app` from this...
Thanks for feedback, I'll check it
I've checked example and everything works fine. Please, provide part of source code that works wrong on simulator
Is this bug in example app or in your app?