ImageCaptureCore functionality: not getting callbacks despite the delegates being set
问题 I am using Apple's ImageCaptureCore framework to perform scanning operations in a headless fashion. The framework provides all the capabilities to perform scanning without involving the Apple's ICA dialog in between. Now, what I have done is written a class that adheres to protocols of ICDeviceBrowser and ICScannerDevice . And alongwith, I have also set their delegates. The following function gets hit whenever an ICA device is detected by the system: /* This message is sent to the delegate