I have a problem using DiskArbitration framework, to catch disk image mounting I register for DARegisterDiskMountApprovalCallback. The problem is that each time a disk image is mounted, the callback is called twice. Why is that and how can I solve this?
| ||||
|
feedback
|
|
I end up coding something to detect the 2nd mount and ignore it, thanks for your help people. | |||
|
feedback
|
|
Did you put a breakpoint in your callback to see what are the call-stack when it is called ? It can gives you some hints on what is going on. | |||||
feedback
|
|
I use these the catch that. I'm not sure of the difference these are to what you're doing but they work.
| |||||
feedback
|